# 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
)