mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-27 03:10:37 +00:00
Changed configure to add ENABLE_VKEYBD and ENABLE_KEYMAPPER to DEFINES, instead of config.h
svn-id: r35962
This commit is contained in:
parent
94db14fecc
commit
79e4b6b2b2
8
configure
vendored
8
configure
vendored
@ -1621,8 +1621,12 @@ add_to_config_mk_if_yes $_nasm 'HAVE_NASM = 1'
|
||||
#
|
||||
# Enable vkeybd / keymapper
|
||||
#
|
||||
add_to_config_h_if_yes $_vkeybd '#define ENABLE_VKEYBD'
|
||||
add_to_config_h_if_yes $_keymapper '#define ENABLE_KEYMAPPER'
|
||||
if test "$_vkeybd" = yes ; then
|
||||
DEFINES="$DEFINES -DENABLE_VKEYBD"
|
||||
fi
|
||||
if test "$_keymapper" = yes ; then
|
||||
DEFINES="$DEFINES -DENABLE_KEYMAPPER"
|
||||
fi
|
||||
|
||||
#
|
||||
# figure out installation directories
|
||||
|
Loading…
Reference in New Issue
Block a user