mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 21:16:24 +00:00
tests: example: Add missing glx_dep when building sdlshare
Might be realted to some recent Mesa cleanup, but GLX is not longer visible through libOpenGL, so add the missing deps now. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/1227>
This commit is contained in:
parent
2ed12573b8
commit
88e19f857a
1 changed files with 2 additions and 2 deletions
|
@ -8,10 +8,10 @@ if sdl_dep.found() and have_sdl_gl
|
|||
executable('sdlshare',
|
||||
'sdlshare.c',
|
||||
install: false,
|
||||
dependencies : [gst_base_dep, gstgl_dep, sdl_dep, gl_dep])
|
||||
dependencies : [gst_base_dep, gstgl_dep, sdl_dep, gl_dep, glx_dep])
|
||||
|
||||
executable('sdlshare2',
|
||||
'sdlshare2.c',
|
||||
install: false,
|
||||
dependencies : [gst_base_dep, gstgl_dep, sdl_dep, gl_dep])
|
||||
dependencies : [gst_base_dep, gstgl_dep, sdl_dep, gl_dep, glx_dep])
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue