diff options
Diffstat (limited to 'source/x/x11/post-install/pixman.post-install')
-rw-r--r-- | source/x/x11/post-install/pixman.post-install | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/source/x/x11/post-install/pixman.post-install b/source/x/x11/post-install/pixman.post-install new file mode 100644 index 000000000..c2678e748 --- /dev/null +++ b/source/x/x11/post-install/pixman.post-install @@ -0,0 +1,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 +) |