osxaudio: fixes playback of mono streams with no channel-mask field in caps
[platform/upstream/gst-plugins-good.git] / tests / examples / Makefile.am
index 4437a80..7c10d02 100644 (file)
@@ -4,20 +4,16 @@ else
 JACK_DIR=
 endif
 
-if USE_CAIRO_GOBJECT
-if HAVE_GTK_X11
+if USE_CAIRO
 CAIRO_DIR=cairo
 else
 CAIRO_DIR=
 endif
-else
-CAIRO_DIR=
-endif
 
-SUBDIRS = audiofx equalizer $(JACK_DIR) level pulse \
+SUBDIRS = audiofx equalizer $(JACK_DIR) level \
        rtp shapewipe spectrum v4l2 $(CAIRO_DIR)
 
-DIST_SUBDIRS = audiofx equalizer jack level pulse \
-       rtp shapewipe spectrum v4l2 $(CAIRO_DIR)
+DIST_SUBDIRS = audiofx equalizer jack level \
+       rtp shapewipe spectrum v4l2 cairo
 
 include $(top_srcdir)/common/parallel-subdirs.mak