mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:39:00 +08:00
6eb35f5af3
* [xcb-render-util] add port * [libxkbfile] add port * [libxkbcommon] add port * v db * Apply suggestions from code review Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com> * v db Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
14 lines
516 B
Diff
14 lines
516 B
Diff
diff --git a/meson.build b/meson.build
|
|
index 47c436f8d..3fdbe4709 100644
|
|
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -641,7 +641,7 @@ if get_option('enable-x11')
|
|
)
|
|
# test/x11comp is meant to be run, but it is (temporarily?) disabled.
|
|
# See: https://github.com/xkbcommon/libxkbcommon/issues/30
|
|
- executable('test-x11comp', 'test/x11comp.c', dependencies: x11_test_dep)
|
|
+ # executable('test-x11comp', 'test/x11comp.c', dependencies: x11_test_dep)
|
|
endif
|
|
if get_option('enable-xkbregistry')
|
|
test(
|