gstreamer/tests/examples/gl/Makefile.am
Matthew Waters 05bfd277a8 gl/examples: move to -bad
- fix all the compiler errors
- give them their own gl directory
2017-12-09 19:31:38 +00:00

26 lines
221 B
Makefile

SUBDIRS =
if USE_OPENGL
if HAVE_WINDOW_COCOA
SUBDIRS += cocoa
else
SUBDIRS += generic qt
#if HAVE_CLUTTER
#SUBDIRS += clutter
#endif
if HAVE_SDL
SUBDIRS += sdl
endif
if HAVE_GTK3
SUBDIRS += gtk
endif
endif
endif