mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 01:34:11 +00:00
xfree86: geode: meson: fix symbol test path
This commit is contained in:
committed by
Enrico Weigelt
parent
42edabcd8a
commit
a00bbeef64
@@ -46,7 +46,7 @@ symbol_test_args = []
|
||||
symbol_test_args += join_paths(xorg_build_root, 'libxorgserver.so')
|
||||
symbol_test_args += join_paths(xorg_build_root, 'dixmods', 'libshadow.so')
|
||||
symbol_test_args += join_paths(xorg_build_root, 'dixmods', 'libglx.so')
|
||||
symbol_test_args += join_paths(xorg_build_root, 'drivers', 'video-geode', 'geode_drv.so')
|
||||
symbol_test_args += join_paths(xorg_build_root, 'drivers', 'video', 'geode', 'geode_drv.so')
|
||||
|
||||
test('video-geode symbol test',
|
||||
xorg_symbol_test,
|
||||
|
||||
Reference in New Issue
Block a user