mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-20 06:08:14 +00:00
examples/qt/textureshare: add explicit dep on glx_dep
Fixes linking: /usr/bin/ld: subprojects/gst-plugins-base/tests/examples/gl/qt/qglwtextureshare/qglwtextureshare.p/qglrenderer.cpp.o: undefined reference to symbol 'glXGetCurrentContext' /usr/bin/ld: /usr/lib64/libGLX.so.0: error adding symbols: DSO missing from command line Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/1143>
This commit is contained in:
parent
e08dcdf622
commit
2ed12573b8
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ qtwinsys_deps = []
|
|||
if enabled_gl_winsys.contains('x11') and enabled_gl_platforms.contains('glx')
|
||||
qt5x11extras = dependency('qt5', modules : ['X11Extras'], required : false)
|
||||
if qt5x11extras.found()
|
||||
qtwinsys_deps += qt5x11extras
|
||||
qtwinsys_deps += [qt5x11extras, glx_dep]
|
||||
else
|
||||
subdir_done()
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue