mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-04 00:06:11 +00:00
qb: Fix --disable-menu.
Menu widgets must also be disabled with --disable-menu, now configure will do so or error if --disable-menu and --enable-menu_widgets are explicitly used.
This commit is contained in:
parent
95c585e864
commit
6552828244
@ -524,5 +524,6 @@ if [ "$HAVE_DEBUG" = 'yes' ]; then
|
||||
fi
|
||||
fi
|
||||
|
||||
check_enabled MENU MENU_WIDGETS 'menu widgets' 'The menu is' false
|
||||
check_enabled ZLIB RPNG RPNG 'zlib is' false
|
||||
check_enabled V4L2 VIDEOPROCESSOR 'video processor' 'Video4linux2 is' true
|
||||
|
Loading…
x
Reference in New Issue
Block a user