mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-15 23:00:08 +00:00
testsuite: build fix
The statically linked tests need to have -DGTK_COMPILATION=1 in their cflags.
This commit is contained in:
parent
b1995d0d77
commit
cb339f85b8
@ -492,7 +492,7 @@ endforeach
|
||||
if os_linux
|
||||
offload = executable('offload', 'offload.c', 'gskrendernodeattach.c',
|
||||
dependencies : libgtk_static_dep,
|
||||
c_args: common_cflags,
|
||||
c_args: common_cflags + [ '-DGTK_COMPILATION=1' ],
|
||||
)
|
||||
|
||||
offload_tests = [
|
||||
|
Loading…
Reference in New Issue
Block a user