summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2013-01-10 16:00:13 +0100
committerAlexander Larsson <alexl@redhat.com>2013-01-10 16:00:13 +0100
commitb39cfb304aa50aa70a987a7dba65df14fa2b2d91 (patch)
tree30874e0c63e89429e337ccb76aaed9170e00a47e
parente8f5bf0b3007807ab89231a2454261d9e847e952 (diff)
downloadgtk+-b39cfb304aa50aa70a987a7dba65df14fa2b2d91.tar.gz
broadway: We need gio-unix for the unix domain sockets
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 71b4046c8a..88e8130733 100644
--- a/configure.ac
+++ b/configure.ac
@@ -385,6 +385,7 @@ AC_SUBST(DISABLE_ON_QUARTZ)
if test "x$enable_broadway_backend" = xyes; then
GDK_BACKENDS="$GDK_BACKENDS broadway"
cairo_backends="$cairo_backends cairo"
+ have_gio_unix=yes
GDK_WINDOWING="$GDK_WINDOWING
#define GDK_WINDOWING_BROADWAY"
GDK_EXTRA_LIBS="$GDK_EXTRA_LIBS -lz"