default_install &&

# workarounds for xorg-server
ln -s ${INSTALL_ROOT}/usr/lib/pkgconfig/pixman-1.pc  \
      ${INSTALL_ROOT}/usr/lib/pkgconfig/pixman.pc    &&
ln -s ${INSTALL_ROOT}/usr/include/pixman-1           \
      ${INSTALL_ROOT}/usr/include/pixman             &&
ln -s ${INSTALL_ROOT}/usr/include/pixman-1/pixman.h  \
      ${INSTALL_ROOT}/usr/include/pixman.h           &&
ln -s ${INSTALL_ROOT}/usr/include/pixman-1/pixman-version.h  \
      ${INSTALL_ROOT}/usr/include/pixman-version.h           &&
ln -s ${INSTALL_ROOT}/usr/lib/libpixman-1.so         \
      ${INSTALL_ROOT}/usr/lib/libpixman.so           &&
ln -s ${INSTALL_ROOT}/usr/lib/libpixman-1.so         \
      ${INSTALL_ROOT}/usr/lib/libpixman.so.0
