mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
7386f71683
Original commit message from CVS: * examples/Makefile.am: Only built scaletempo example if we have gtk.
14 lines
223 B
Makefile
14 lines
223 B
Makefile
if HAVE_GTK
|
|
GTK_EXAMPLES=scaletempo
|
|
else
|
|
GTK_EXAMPLES=
|
|
endif
|
|
|
|
if USE_DIRECTFB
|
|
DIRECTFB_DIR=directfb
|
|
else
|
|
DIRECTFB_DIR=
|
|
endif
|
|
|
|
SUBDIRS= $(DIRECTFB_DIR) $(GTK_EXAMPLES) app switch
|
|
DIST_SUBDIRS= directfb app switch scaletempo
|