xkeyboard-config: set PKGCONFIG directory to /usr/lib/pkgconfig

This commit is contained in:
heitbaum 2022-01-30 12:06:48 +00:00
parent 423183d431
commit ebd0c203b8

View File

@ -24,6 +24,7 @@ pre_configure_target() {
--disable-runtime-deps \ --disable-runtime-deps \
--enable-nls \ --enable-nls \
--disable-rpath \ --disable-rpath \
--datadir=/usr/lib \
--with-gnu-ld" --with-gnu-ld"
if [ "${DISPLAYSERVER}" = "x11" ]; then if [ "${DISPLAYSERVER}" = "x11" ]; then