mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 18:40:49 +00:00
Add a menu widgets notice in configure
This commit is contained in:
parent
4db2bc3354
commit
76d0b4ebd5
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user