commit 4a95402

hovercats  ·  2024-03-12 19:43:52 +0000 UTC
parent 7a4f41c
xcb-util-image: point to headers and libs in /pkg
1 files changed,  +3, -0
+3, -0
1@@ -1,5 +1,8 @@
2 #!/bin/sh -e
3 
4+export CFLAGS="$CFLAGS -I/pkg/include"
5+export LDFLAGS="$LDFLAGS -L/pkg/lib"
6+
7 ./configure \
8     --prefix=/pkg \
9     --disable-shared