[glib/glib-2-52] build: Don't build dbus-appinfo on OSX



commit d99af84a363447b5f8857cb1e08b0bfa1eb5e3a0
Author: Patrick Griffis <tingping tingping se>
Date:   Thu Mar 30 17:13:41 2017 -0400

    build: Don't build dbus-appinfo on OSX
    
    https://bugzilla.gnome.org/show_bug.cgi?id=780309

 gio/tests/Makefile.am |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/gio/tests/Makefile.am b/gio/tests/Makefile.am
index 59f2468..8ba7626 100644
--- a/gio/tests/Makefile.am
+++ b/gio/tests/Makefile.am
@@ -398,7 +398,6 @@ gdbus_sessionbus_sources = gdbus-sessionbus.c gdbus-sessionbus.h gdbus-tests.h g
 
 test_programs += \
        actions                                 \
-       dbus-appinfo                            \
        defaultvalue                            \
        gapplication                            \
        gdbus-auth                              \
@@ -425,6 +424,11 @@ test_programs += \
 
 if OS_UNIX
 test_programs += gdbus-unix-addresses
+
+if !OS_COCOA
+test_programs += dbus-appinfo
+endif
+
 endif
 
 gdbus_proxy_threads_CFLAGS = $(AM_CFLAGS) $(DBUS1_CFLAGS)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]