Add a menu widgets notice in configure

This commit is contained in:
natinusala 2019-03-12 10:23:43 +01:00
parent 4db2bc3354
commit 76d0b4ebd5

View File

@ -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"