mirror of https://github.com/BOINC/boinc.git
wxWidgets 3.2 now depends on libxkbcommon
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
This commit is contained in:
parent
e26c7d4f76
commit
c7d3285230
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in New Issue