From d4bfee1e7abe8be6506eadee21f08f5167df5f1b Mon Sep 17 00:00:00 2001 From: Patrick Griffis Date: Thu, 30 Mar 2017 17:13:41 -0400 Subject: [PATCH] build: Don't build dbus-appinfo on OSX https://bugzilla.gnome.org/show_bug.cgi?id=780309 --- gio/tests/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gio/tests/Makefile.am b/gio/tests/Makefile.am index 59f246870..8ba7626f4 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)