You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-misc/skippy/files/skippy-0.5.0-imlib2-pkg-con...

15 lines
507 B

https://bugs.gentoo.org/828943
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
PREFIX = /usr
BINDIR = ${PREFIX}/bin
-CFLAGS += `imlib2-config --cflags` `${PKG_CONFIG} xft --cflags` -pedantic -Wall
-LDLIBS = -lX11 -lm `imlib2-config --libs` `${PKG_CONFIG} xft --libs`
+CFLAGS += `${PKG_CONFIG} --cflags imlib2` `${PKG_CONFIG} xft --cflags` -pedantic -Wall
+LDLIBS = -lX11 -lm `${PKG_CONFIG} --libs imlib2` `${PKG_CONFIG} xft --libs`
# Comment these out to disable Xinerama support
CFLAGS += -DXINERAMA