summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2017-06-01 12:29:11 -0700
committerAdam Jackson <ajax@redhat.com>2017-06-13 10:36:18 -0400
commitfda2b064a0ebd223e8a39fd19f5c5ad1da0776e8 (patch)
tree23d34ad41ab60829f65f9bb35e18470cd7129032 /hw
parent75bf302ed20f4b9794f71f84c1da2b9fcd689356 (diff)
meson: Fix test for whether we've built glamor-EGL.
This matches the test we use for going into the glamor_egl subdir in ../../meson.build.
Diffstat (limited to 'hw')
-rw-r--r--hw/xfree86/drivers/modesetting/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/drivers/modesetting/meson.build b/hw/xfree86/drivers/modesetting/meson.build
index ab3227605..c1546f62d 100644
--- a/hw/xfree86/drivers/modesetting/meson.build
+++ b/hw/xfree86/drivers/modesetting/meson.build
@@ -31,7 +31,7 @@ symbol_test_args = []
symbol_test_args += join_paths(xorg_build_root, 'libxorgserver.so')
symbol_test_args += join_paths(xorg_build_root, 'dixmods', 'libfb.so')
symbol_test_args += join_paths(xorg_build_root, 'dixmods', 'libshadow.so')
-if build_glamor
+if gbm_dep.found()
symbol_test_args += join_paths(xorg_build_root, 'glamor_egl', 'libglamoregl.so')
endif
symbol_test_args += join_paths(xorg_build_root, 'drivers', 'modesetting', 'modesetting_drv.so')