blob: c2678e748959560bf827f0cc5612026ed5c70ea7 (
plain)
1
2
3
4
5
6
7
8
9
|
# Yes, this is ugly, but for some reason several things are not
# looking at pixman.pc to get -I/usr/include/pixman-1/.
# This is the path of least resistance (for now).
( cd $PKG/usr/include
ln -sf pixman-1/pixman-version.h .
ln -sf pixman-1/pixman.h .
ln -sf pixman-1 pixman
)
|