[glib/osx-appinfo] Don't build desktop-app-info using tests on OS X
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/osx-appinfo] Don't build desktop-app-info using tests on OS X
- Date: Fri, 10 Mar 2017 01:32:02 +0000 (UTC)
commit 86ebe823301c666121f5da4db5472f7603e66893
Author: Matthias Clasen <mclasen redhat com>
Date: Thu Mar 9 20:31:04 2017 -0500
Don't build desktop-app-info using tests on OS X
We are now building a native appinfo implementation for OS X,
so GDesktopAppInfo is not available anymore.
gio/tests/Makefile.am | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/gio/tests/Makefile.am b/gio/tests/Makefile.am
index 321141d..fe61ff9 100644
--- a/gio/tests/Makefile.am
+++ b/gio/tests/Makefile.am
@@ -316,17 +316,19 @@ dist_test_data += \
test_extra_programs += \
appinfo-test \
- apps \
$(NULL)
uninstalled_test_extra_programs += \
gdbus-example-unix-fd-client \
$(NULL)
+if !OS_COCOA
+test_extra_programs += apps
test_programs += mimeapps
clean-local: clean-mimeapps
clean-mimeapps:
rm -rf xdgdatadir xdgdatahome xdgconfighome
+endif
uninstalled_test_programs += gsettings gschema-compile
gsettings_DEPENDENCIES = test.mo
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]