mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 20:49:07 +08:00
14 lines
374 B
Diff
14 lines
374 B
Diff
|
diff --git a/meson.build b/meson.build
|
||
|
index 9b00253a0f..e3c3a0d920 100644
|
||
|
--- a/meson.build
|
||
|
+++ b/meson.build
|
||
|
@@ -316,7 +316,7 @@ else
|
||
|
gtk_quartz_dep = dependency('', required : false)
|
||
|
endif
|
||
|
|
||
|
-core_conf.set('HAVE_X11', x11_dep.found())
|
||
|
+core_conf.set('HAVE_X11', false)
|
||
|
core_conf.set('HAVE_GIO_UNIX_2_0', giounix_dep.found())
|
||
|
|
||
|
if gio_dep.type_name() == 'pkgconfig'
|