mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 15:08:53 +00:00
examples: Don't build the mxf example if GTK isn't present.
This commit is contained in:
parent
10e4d6c74d
commit
833a81af75
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
if HAVE_GTK
|
if HAVE_GTK
|
||||||
GTK_EXAMPLES=scaletempo
|
GTK_EXAMPLES=scaletempo mxf
|
||||||
else
|
else
|
||||||
GTK_EXAMPLES=
|
GTK_EXAMPLES=
|
||||||
endif
|
endif
|
||||||
|
@ -10,5 +10,5 @@ else
|
||||||
DIRECTFB_DIR=
|
DIRECTFB_DIR=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SUBDIRS= $(DIRECTFB_DIR) $(GTK_EXAMPLES) switch shapewipe mxf
|
SUBDIRS= $(DIRECTFB_DIR) $(GTK_EXAMPLES) switch shapewipe
|
||||||
DIST_SUBDIRS= directfb switch scaletempo shapewipe mxf
|
DIST_SUBDIRS= directfb switch scaletempo shapewipe mxf
|
||||||
|
|
Loading…
Reference in a new issue