From e27f69b78e165f90b6995d874e7aff61d40c1792 Mon Sep 17 00:00:00 2001 From: Robert Griebl Date: Tue, 12 May 2020 02:08:08 +0200 Subject: Fix "disable-installer" build The disable-installer build-time and run-time flags have not been supported properly since the PackageManager rewrite. Also removed the dependency to OpenSSL for "disable-installer" builds. Change-Id: I56e76568eca570d722631d76702776ff6bb32e21 Reviewed-by: Bernd Weimer --- examples/applicationmanager/applicationmanager.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/applicationmanager/applicationmanager.pro b/examples/applicationmanager/applicationmanager.pro index 2e893fe2..5b6c5fc3 100644 --- a/examples/applicationmanager/applicationmanager.pro +++ b/examples/applicationmanager/applicationmanager.pro @@ -1,6 +1,7 @@ load(am-config) requires(!headless) +requires(!disable-installer) TEMPLATE = subdirs @@ -17,7 +18,7 @@ SUBDIRS = \ intents \ # remove the !headless and handle this in the example when we switch to the new configure system -!headless:SUBDIRS += \ +SUBDIRS += \ custom-appman \ linux:!android:SUBDIRS += \ -- cgit v1.2.1