]> Pileus Git - ~andy/gtk/commitdiff
Enable gio-unix for Quartz
authorJohn Ralls <jralls@ceridwen.us>
Sun, 24 Jun 2012 11:36:51 +0000 (12:36 +0100)
committerJohn Ralls <jralls@ceridwen.us>
Sun, 24 Jun 2012 11:36:51 +0000 (12:36 +0100)
Fixes a compile failure because gdbus-config uses G_OS_UNIX to guard
gio-unix features instead of HAVE_GIO_UNIX.

configure.ac

index 67e9ae5162d19bf3773b56c92b0954d2779d0bed..9ea8533bb083596bd72bd6e048d3c8aeafa7945d 100644 (file)
@@ -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)