mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
examples: Add all gl subdirs to DIST_SUBDIRS to fix the build
This commit is contained in:
parent
bf9c8544e3
commit
405774bf2b
1 changed files with 5 additions and 3 deletions
|
@ -9,9 +9,9 @@ else
|
|||
|
||||
SUBDIRS += generic qt
|
||||
|
||||
#if HAVE_CLUTTER
|
||||
#SUBDIRS += clutter
|
||||
#endif
|
||||
if HAVE_CLUTTER
|
||||
SUBDIRS += clutter
|
||||
endif
|
||||
|
||||
if HAVE_SDL
|
||||
SUBDIRS += sdl
|
||||
|
@ -24,3 +24,5 @@ endif
|
|||
endif
|
||||
|
||||
endif
|
||||
|
||||
DIST_SUBDIRS=cocoa generic qt clutter sdl gtk
|
||||
|
|
Loading…
Reference in a new issue