From 76d0b4ebd5b75f64f378373b0bd0eb4f91b57598 Mon Sep 17 00:00:00 2001 From: natinusala Date: Tue, 12 Mar 2019 10:23:43 +0100 Subject: [PATCH] Add a menu widgets notice in configure --- qb/config.libs.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/qb/config.libs.sh b/qb/config.libs.sh index b5558a5c60..56090cb6b7 100644 --- a/qb/config.libs.sh +++ b/qb/config.libs.sh @@ -509,6 +509,11 @@ if [ "$HAVE_MENU" != 'no' ]; then fi fi +if [ "$HAVE_MENU_WIDGETS" != 'no' ]; then + die : 'Notice: Menu widgets are not fully implemented and should not be enabled' \ + 'Please do not report any bug concerning widgets until this message is removed' +fi + check_macro NEON __ARM_NEON__ add_define MAKEFILE OS "$OS"