mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 12:39:02 +08:00
dd66c57b83
* [gstreamer] Fix interference with libx11 on Windows * Add feature x11 * version * set x11 flag * version
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'
|