Avoid compiling tests, benches and fuzzing of libxkbcommon
This commit is contained in:
parent
7fca722f24
commit
299a1195f1
|
|
@ -23,7 +23,7 @@ pushd "$LIBXKBCOMMON_DIR" >/dev/null
|
||||||
-Dxkb-config-root=/usr/share/X11/xkb \
|
-Dxkb-config-root=/usr/share/X11/xkb \
|
||||||
-Dx-locale-root=/usr/share/X11/locale \
|
-Dx-locale-root=/usr/share/X11/locale \
|
||||||
$SETUP_ARGS
|
$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"
|
$SCRIPT_DIR/redefine-syms.sh "__xkbc_" "$STATIC_LIB_PATH" "$STATIC_LIB_PATH"
|
||||||
popd >/dev/null
|
popd >/dev/null
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue