mirror of
git://slackware.nl/current.git
synced 2024-12-30 10:24:23 +01:00
10 lines
286 B
Text
10 lines
286 B
Text
|
# 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
|
||
|
)
|