From b0135adf1ff24bf4620d5961760239f4dcbaaa3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole-Andr=C3=A9=20Rodlie?= Date: Tue, 1 Oct 2024 10:38:51 +0200 Subject: [PATCH] Update build_vfxplatform_sdk02.sh --- src/scripts/build_vfxplatform_sdk02.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/scripts/build_vfxplatform_sdk02.sh b/src/scripts/build_vfxplatform_sdk02.sh index db09771d1..2333e7b9f 100755 --- a/src/scripts/build_vfxplatform_sdk02.sh +++ b/src/scripts/build_vfxplatform_sdk02.sh @@ -180,7 +180,13 @@ if [ ! -f "${SDK}/lib/pkgconfig/xkbcommon.pc" ]; then rm -rf ${XKB_SRC} || true tar xf ${DIST}/x11/${XKB_SRC}.${SRC_SUFFIX} cd ${XKB_SRC} - ./configure ${DEFAULT_CONFIGURE} --disable-docs + ./configure ${DEFAULT_CONFIGURE} \ + --disable-docs \ + --with-xkb-config-root=/usr/share/X11/xkb \ + --with-x-locale-root=/usr/share/X11/locale \ + --with-default-rules=evdev \ + --with-default-model=pc105 \ + --with-default-layout=us make -j${MKJOBS} make install fi # libxkbcommon