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 --- util/bash/appman-prompt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') diff --git a/util/bash/appman-prompt b/util/bash/appman-prompt index 1776377b..5c4f3574 100644 --- a/util/bash/appman-prompt +++ b/util/bash/appman-prompt @@ -33,7 +33,7 @@ _appman() COMPREPLY=() cur="${COMP_WORDS[COMP_CWORD]}" opts="--app-image-mount-dir --build-config --builtin-apps-manifest-dir -c --clear-cache --config-file \ ---database --dbus --force-multi-process --force-single-process --fullscreen --help -I \ +--database --dbus --disable-installer --force-multi-process --force-single-process --fullscreen --help -I \ --installed-apps-manifest-dir --load-dummydata --log-instant --logging-rule --no-cache --no-dlt-logging \ --no-fullscreen --no-security --no-ui-watchdog -o --option --qml-debug --single-app \ --slow-animations --verbose --version --wayland-socket-name" -- cgit v1.2.1