mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 09:00:54 +00:00
f79842e308
Fixes bug #584536.
14 lines
243 B
Makefile
14 lines
243 B
Makefile
if HAVE_GTK
|
|
GTK_EXAMPLES=camerabin mxf scaletempo
|
|
else
|
|
GTK_EXAMPLES=
|
|
endif
|
|
|
|
if USE_DIRECTFB
|
|
DIRECTFB_DIR=directfb
|
|
else
|
|
DIRECTFB_DIR=
|
|
endif
|
|
|
|
SUBDIRS= $(DIRECTFB_DIR) $(GTK_EXAMPLES) switch
|
|
DIST_SUBDIRS= camerabin directfb mxf scaletempo switch
|