mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
xfree86: chips: meson: fix symbol test path
This commit is contained in:
committed by
Enrico Weigelt
parent
f042b8c72e
commit
f2cd66f8f0
@@ -32,7 +32,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-chips', 'chips_drv.so')
|
||||
symbol_test_args += join_paths(xorg_build_root, 'drivers', 'video', 'chips', 'chips_drv.so')
|
||||
|
||||
test('video-chips symbol test',
|
||||
xorg_symbol_test,
|
||||
|
||||
Reference in New Issue
Block a user