osmesa: add exported symbols check
Signed-off-by: Eric Engestrom <eric@engestrom.ch> Reviewed-by: Emma Anholt <emma@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/1308>
This commit is contained in:
committed by
Marge Bot
parent
8b75b72613
commit
c28f144c81
@@ -64,6 +64,18 @@ libosmesa = shared_library(
|
||||
install : true,
|
||||
)
|
||||
|
||||
if with_symbols_check
|
||||
test('osmesa-symbols-check',
|
||||
symbols_check,
|
||||
args : [
|
||||
'--lib', libosmesa,
|
||||
'--symbols-file', files('osmesa-symbols.txt'),
|
||||
symbols_check_args,
|
||||
],
|
||||
suite : ['gallium'],
|
||||
)
|
||||
endif
|
||||
|
||||
pkg.generate(
|
||||
name : 'osmesa',
|
||||
description : 'Mesa Off-screen Rendering Library',
|
||||
|
||||
1306
src/gallium/targets/osmesa/osmesa-symbols.txt
Normal file
1306
src/gallium/targets/osmesa/osmesa-symbols.txt
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user