xcb-util-keysyms-32: fix wrong lib format

This commit is contained in:
Luis
2023-10-15 09:30:21 +00:00
parent 8037589e8e
commit 5e511e1eb8
2 changed files with 7 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
xcb-util-keysyms-32-0.4.1-1
xcb-util-keysyms-32-0.4.1-2
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib32/
-rw-r--r-- root/root usr/lib32/libxcb-keysyms.a

View File

@@ -4,12 +4,17 @@
name=xcb-util-keysyms-32
version=0.4.1
release=1
release=2
source="https://xcb.freedesktop.org/dist/xcb-util-keysyms-$version.tar.xz"
build() {
cd xcb-util-keysyms-$version
export CC="gcc -m32"
export CXX="g++ -m32"
export PKG_CONFIG_LIBDIR='/usr/lib32/pkgconfig:/usr/share/pkgconfig'
export LLVM_CONFIG="/usr/bin/llvm-config-32"
./configure --prefix=/usr --libdir=/usr/lib32
make