Skip to content

Commit

Permalink
Merge pull request #5406 from AenBleidd/vko_fix_linux_build
Browse files Browse the repository at this point in the history
wxWidgets 3.2 now depends on libxkbcommon
  • Loading branch information
AenBleidd authored Oct 22, 2023
2 parents e26c7d4 + c7d3285 commit 1ec8a2a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down

0 comments on commit 1ec8a2a

Please sign in to comment.