wxWidgets 3.2 now depends on libxkbcommon

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
This commit is contained in:
Vitalii Koshura 2023-10-22 03:24:35 +02:00
parent e26c7d4f76
commit c7d3285230
No known key found for this signature in database
GPG Key ID: CE0DB1726070A5A3
1 changed files with 4 additions and 0 deletions

View File

@ -569,6 +569,10 @@ if test "${isWIN32}" = "yes" ; then
SAH_CHECK_LIB([msimg32], [fopen],
[BOINC_EXTRA_LIBS="${BOINC_EXTRA_LIBS} ${sah_lib_last}"])
fi
if test "x${enable_manager}" = "xyes" -a "${isWIN32}" = "no"; then
SAH_CHECK_LIB([xkbcommon], [xkb_state_key_get_utf8],
[BOINC_EXTRA_LIBS="${BOINC_EXTRA_LIBS} ${sah_lib_last}"])
fi
LIBS=${SAVELIBS_AAF}