gstreamer/tests/examples/gl/Makefile.am

27 lines
221 B
Makefile
Raw Normal View History

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