Avoid compiling tests, benches and fuzzing of libxkbcommon

This commit is contained in:
Jakub Hlusička 2026-01-22 18:16:54 +01:00
parent 7fca722f24
commit 299a1195f1

View file

@ -23,7 +23,7 @@ pushd "$LIBXKBCOMMON_DIR" >/dev/null
-Dxkb-config-root=/usr/share/X11/xkb \
-Dx-locale-root=/usr/share/X11/locale \
$SETUP_ARGS
meson compile -C "$BUILD_DIR_NAME"
meson compile -C "$BUILD_DIR_NAME" xkbcommon
$SCRIPT_DIR/redefine-syms.sh "__xkbc_" "$STATIC_LIB_PATH" "$STATIC_LIB_PATH"
popd >/dev/null