playback: Only requires GTK, not GTK-X11

This commit is contained in:
Sebastian Dröge 2012-03-02 12:06:53 +01:00
parent 06135dcf7b
commit 55ed216911

View file

@ -8,7 +8,7 @@ if USE_GIO
GIO_SUBDIRS = gio
endif
if HAVE_GTK_X11
if HAVE_GTK
GTK_SUBDIRS = playback
endif