playback: Only requires GTK, not GTK-X11
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 2 Mar 2012 11:06:53 +0000 (12:06 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 2 Mar 2012 11:06:53 +0000 (12:06 +0100)
tests/examples/Makefile.am

index 0f05e5a..f2ac27f 100644 (file)
@@ -8,7 +8,7 @@ if USE_GIO
 GIO_SUBDIRS = gio
 endif
 
-if HAVE_GTK_X11
+if HAVE_GTK
 GTK_SUBDIRS = playback
 endif