Disable gl examples when we don't have OpenGL
This commit is contained in:
parent
7298139ba1
commit
a907ed226c
@ -1,5 +1,5 @@
|
||||
# TODO :get rid of pointless subdirs
|
||||
subdir('cube')
|
||||
subdir('cubeyuv')
|
||||
subdir('doublecube')
|
||||
subdir('recordgraphic')
|
||||
subdir('cube', if_found : gl_dep)
|
||||
subdir('cubeyuv', if_found : gl_dep)
|
||||
subdir('doublecube', if_found : gl_dep)
|
||||
subdir('recordgraphic', if_found : gl_dep)
|
||||
|
Loading…
x
Reference in New Issue
Block a user