mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-27 01:28:34 +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
|
||||
GTK_EXAMPLES=scaletempo
|
||||
GTK_EXAMPLES=scaletempo mxf
|
||||
else
|
||||
GTK_EXAMPLES=
|
||||
endif
|
||||
|
@ -10,5 +10,5 @@ else
|
|||
DIRECTFB_DIR=
|
||||
endif
|
||||
|
||||
SUBDIRS= $(DIRECTFB_DIR) $(GTK_EXAMPLES) switch shapewipe mxf
|
||||
SUBDIRS= $(DIRECTFB_DIR) $(GTK_EXAMPLES) switch shapewipe
|
||||
DIST_SUBDIRS= directfb switch scaletempo shapewipe mxf
|
||||
|
|
Loading…
Reference in a new issue