mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 09:00:54 +00:00
26 lines
265 B
Makefile
26 lines
265 B
Makefile
|
|
SUBDIRS =
|
|
|
|
if USE_OPENGL
|
|
|
|
if HAVE_WINDOW_COCOA
|
|
SUBDIRS += cocoa
|
|
else
|
|
|
|
SUBDIRS += generic qt
|
|
|
|
if HAVE_SDL
|
|
SUBDIRS += sdl
|
|
endif
|
|
|
|
if HAVE_GTK
|
|
SUBDIRS += gtk
|
|
endif
|
|
|
|
endif
|
|
|
|
endif
|
|
|
|
DIST_SUBDIRS=cocoa generic qt sdl gtk
|
|
|
|
include $(top_srcdir)/common/parallel-subdirs.mak
|