[gtk+/composite-templates] Enable gio-unix for Quartz
- From: Juan Pablo Ugarte <jpu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/composite-templates] Enable gio-unix for Quartz
- Date: Tue, 26 Jun 2012 22:39:15 +0000 (UTC)
commit ac563f4a7d9f82de30624576e007b6a9017c492a
Author: John Ralls <jralls ceridwen us>
Date: Sun Jun 24 12:36:51 2012 +0100
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.
configure.ac | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 67e9ae5..9ea8533 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)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]