# fss-0002
# FIXME:  CFLAGS="-g -O2 -I/toolchain/include/pixman-1" had to be added to the make command for xorg-server-1.5.1

main:
  ./configure $CONF --with-xorg-module-dir=/lib/xorg/modules --enable-dri $TARGET
  make pkgconfigdir=${TC}lib/pkgconfig/
  make pkgconfigdir=${TC}lib/pkgconfig/ install
  mkdir -vp ${TC}lib/xorg/modules/drivers/
  mv -v /lib/xorg/modules/drivers/*.la ${TC}lib/xorg/modules/drivers/
