From: Thomas Petazzoni Date: Sun, 26 Jul 2015 16:37:35 +0000 (+0200) Subject: rpi-userland: pass -DALL_APPS=OFF when example apps are disabled X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2bb611a046afcc2b3546b6ca20099100b31ef229;p=buildroot.git rpi-userland: pass -DALL_APPS=OFF when example apps are disabled It should have been part of commit d705809c7a32d6868a742b790648a65857f21197. Signed-off-by: Thomas Petazzoni --- diff --git a/package/rpi-userland/rpi-userland.mk b/package/rpi-userland/rpi-userland.mk index 3a317338ed..403409d783 100644 --- a/package/rpi-userland/rpi-userland.mk +++ b/package/rpi-userland/rpi-userland.mk @@ -46,6 +46,10 @@ define RPI_USERLAND_EXTRA_LIBS_STAGING endef RPI_USERLAND_POST_INSTALL_STAGING_HOOKS += RPI_USERLAND_EXTRA_LIBS_STAGING +else + +RPI_USERLAND_CONF_OPTS += -DALL_APPS=OFF + endif # BR2_PACKAGE_RPI_USERLAND_HELLO define RPI_USERLAND_POST_TARGET_CLEANUP