mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 15:08:53 +00:00
meson: Add gtk guard
This commit is contained in:
parent
1513cf774d
commit
70d6b4002c
1 changed files with 12 additions and 10 deletions
|
@ -12,6 +12,7 @@ foreach example : examples
|
|||
install: false)
|
||||
endforeach
|
||||
|
||||
if gtk_dep.found()
|
||||
executable('test-vaapicontext', 'test-vaapicontext.c',
|
||||
c_args : gstreamer_vaapi_args,
|
||||
include_directories: [configinc, libsinc],
|
||||
|
@ -22,3 +23,4 @@ executable('test-vaapicontext', 'test-vaapicontext.c',
|
|||
gtk_dep,
|
||||
libva_x11_dep ],
|
||||
install: false)
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue