summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJohn Ralls <jralls@ceridwen.us>2012-06-24 12:36:51 +0100
committerJohn Ralls <jralls@ceridwen.us>2012-06-24 12:36:51 +0100
commit11c17efb190d9bd00a67e3fe3534df30e49546d6 (patch)
tree26da28406c64a30a50f60410d4934d7a0e8f237a /configure.ac
parenta84effadc2ec6e5219325795a2a76fee419c9de3 (diff)
downloadgtk+-11c17efb190d9bd00a67e3fe3534df30e49546d6.tar.gz
Enable gio-unix for Quartz
Fixes a compile failure because gdbus-config uses G_OS_UNIX to guard gio-unix features instead of HAVE_GIO_UNIX.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 67e9ae5162..9ea8533bb0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -374,6 +374,9 @@ if test "x$enable_quartz_backend" = xyes; then
if test "x$quartz_relocation" = xyes; then
AC_DEFINE([QUARTZ_RELOCATION], [1], [Use NSBundle functions to determine load paths for libraries, translations, etc.])
fi
+ # Pull in gio-unix for GDesktopAppInfo usage, see at least
+ # gdkapplaunchcontext-x11.c
+ have_gio_unix=yes
else
AM_CONDITIONAL(USE_QUARTZ, false)