mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 16:51:10 +00:00
examples/Makefile.am: Only built scaletempo example if we have gtk.
Original commit message from CVS: * examples/Makefile.am: Only built scaletempo example if we have gtk.
This commit is contained in:
parent
c1647d0369
commit
7386f71683
2 changed files with 11 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2008-09-15 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
|
* examples/Makefile.am:
|
||||||
|
Only built scaletempo example if we have gtk.
|
||||||
|
|
||||||
2008-09-13 Wim Taymans <wim.taymans@collabora.co.uk>
|
2008-09-13 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||||
|
|
||||||
* gst/rtpmanager/gstrtpbin.c: (create_session),
|
* gst/rtpmanager/gstrtpbin.c: (create_session),
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
if HAVE_GTK
|
||||||
|
GTK_EXAMPLES=scaletempo
|
||||||
|
else
|
||||||
|
GTK_EXAMPLES=
|
||||||
|
endif
|
||||||
|
|
||||||
if USE_DIRECTFB
|
if USE_DIRECTFB
|
||||||
DIRECTFB_DIR=directfb
|
DIRECTFB_DIR=directfb
|
||||||
|
@ -5,5 +10,5 @@ else
|
||||||
DIRECTFB_DIR=
|
DIRECTFB_DIR=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SUBDIRS= $(DIRECTFB_DIR) app switch scaletempo
|
SUBDIRS= $(DIRECTFB_DIR) $(GTK_EXAMPLES) app switch
|
||||||
DIST_SUBDIRS= directfb app switch scaletempo
|
DIST_SUBDIRS= directfb app switch scaletempo
|
||||||
|
|
Loading…
Reference in a new issue