Skip to content

Commit

Permalink
Update build_vfxplatform_sdk02.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlie committed Oct 1, 2024
1 parent c54e355 commit b0135ad
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/scripts/build_vfxplatform_sdk02.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b0135ad

Please sign in to comment.