summaryrefslogtreecommitdiffstats
path: root/gtk/module.defs
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/module.defs')
-rw-r--r--gtk/module.defs6
1 files changed, 5 insertions, 1 deletions
diff --git a/gtk/module.defs b/gtk/module.defs
index cc20a18ef..c37af412e 100644
--- a/gtk/module.defs
+++ b/gtk/module.defs
@@ -15,7 +15,7 @@ BUILD.out += $(GTK.out)
###############################################################################
ifeq (1-mingw,$(BUILD.cross)-$(BUILD.system))
-GTK.CONFIGURE.extra += --host=$(BUILD.spec)
+GTK.CONFIGURE.extra += --host=$(BUILD.spec) --disable-gst
ifeq ($(HAS.dlfcn),1)
GTK.CONFIGURE.extra += --enable-dl
endif
@@ -25,3 +25,7 @@ ifeq (0,$(FEATURE.gtk.update.checks))
GTK.CONFIGURE.extra += --disable-update-checks
endif
+ifeq (0,$(FEATURE.gst))
+ GTK.CONFIGURE.extra += --disable-gst
+endif
+