mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 15:56:23 +01:00
build: Don't build dbus-appinfo on OSX
https://bugzilla.gnome.org/show_bug.cgi?id=780309
This commit is contained in:
parent
75cd848ea8
commit
d4bfee1e7a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user