mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
Disable gl examples when we don't have OpenGL
This commit is contained in:
parent
7298139ba1
commit
a907ed226c
1 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
# TODO :get rid of pointless subdirs
|
# TODO :get rid of pointless subdirs
|
||||||
subdir('cube')
|
subdir('cube', if_found : gl_dep)
|
||||||
subdir('cubeyuv')
|
subdir('cubeyuv', if_found : gl_dep)
|
||||||
subdir('doublecube')
|
subdir('doublecube', if_found : gl_dep)
|
||||||
subdir('recordgraphic')
|
subdir('recordgraphic', if_found : gl_dep)
|
||||||
|
|
Loading…
Reference in a new issue