summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index e95b2dc..10188de 100644
--- a/wscript
+++ b/wscript
@@ -177,7 +177,7 @@ def configure(conf):
if conf.env.HAVE_GTK3 and conf.env.HAVE_GTK3_X11:
enable_module('SUIL_WITH_X11_IN_GTK3')
- if conf.env.HAVE_GTK3 and conf.env.HAVE_QT5:
+ if conf.env.HAVE_GTK3 and conf.env.HAVE_GTK3_X11 and conf.env.HAVE_QT5:
enable_module('SUIL_WITH_QT5_IN_GTK3')
if conf.env.HAVE_GTK2 and conf.env.HAVE_GTK2_QUARTZ: