mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
meson: tests: Do not pull qt5 as a hard dependency
This commit is contained in:
parent
acd047db15
commit
c8c834e4a1
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ if x11_dep.found() # FIXME: originally if USE_X
|
||||||
|
|
||||||
if add_languages('cpp') # check for C++ support
|
if add_languages('cpp') # check for C++ support
|
||||||
qt5_mod = import('qt5')
|
qt5_mod = import('qt5')
|
||||||
qt5widgets_dep = dependency('qt5', modules : ['Gui', 'Widgets'])
|
qt5widgets_dep = dependency('qt5', modules : ['Gui', 'Widgets'], required: false)
|
||||||
if qt5widgets_dep.found()
|
if qt5widgets_dep.found()
|
||||||
executable('qt-videooverlay', 'qt-videooverlay.cpp',
|
executable('qt-videooverlay', 'qt-videooverlay.cpp',
|
||||||
cpp_args : gst_plugins_base_args,
|
cpp_args : gst_plugins_base_args,
|
||||||
|
|
Loading…
Reference in a new issue