From 55ed21691133a25c74336614efe4cae23497d03a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 2 Mar 2012 12:06:53 +0100 Subject: [PATCH] playback: Only requires GTK, not GTK-X11 --- tests/examples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/examples/Makefile.am b/tests/examples/Makefile.am index 0f05e5a1b8..f2ac27f21b 100644 --- a/tests/examples/Makefile.am +++ b/tests/examples/Makefile.am @@ -8,7 +8,7 @@ if USE_GIO GIO_SUBDIRS = gio endif -if HAVE_GTK_X11 +if HAVE_GTK GTK_SUBDIRS = playback endif