[glib/osx-appinfo: 3/3] Don't build desktop-app-info using tests on OS X



commit 10c409af50cc700b16c911bb4320df5a70ae8ee5
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]