summaryrefslogtreecommitdiff
path: root/ext/Makefile.am
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2017-12-19 19:23:43 +0000
committerTim-Philipp Müller <tim@centricular.com>2017-12-19 19:23:43 +0000
commit17b95aad48abca14f237deaad0bbcf0132de6b80 (patch)
tree26dcf5c82e3b44c33e4e7f97eac3b27bb264da13 /ext/Makefile.am
parent3010afa97687d54d9b1e01d07c4d5e397271ff01 (diff)
gl: enable openglmixers plugin in autotools again too
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r--ext/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am
index 3d7c4b207..e4e0db7d6 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -82,9 +82,8 @@ else
DTS_DIR=
endif
-# FIXME: re-enable for gl mixers
if USE_GL
-#GL_DIR=gl
+GL_DIR=gl
else
GL_DIR=
endif