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.
This commit is contained in:
Eric Anholt 2017-06-01 12:29:11 -07:00 committed by Adam Jackson
parent 75bf302ed2
commit fda2b064a0

View File

@ -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')