# fss-0002
# This requires the fixed source code that has the actual header files so that Python is needed to generate them
# This requires a patch to ignore the unportable Python dependencies 

main:
  ./configure $CONF ${DOCDIR}xcb $TARGET --enable-xinput
  make pkgconfigdir=${TC}lib/pkgconfig/ XCBPROTO_XCBINCLUDEDIR=/share/xcb/ CFLAGS="$CFLAGS -fPIC"
  make pkgconfigdir=${TC}lib/pkgconfig/ XCBPROTO_XCBINCLUDEDIR=/share/xcb/ install
  chmod ugo-x /lib/$program_name.la
  mv -v /lib/$program_name.la ${TC}lib/
  chmod ugo-x /lib/libxcb-*.la
  mv -v /lib/libxcb-*.la ${TC}lib/
  chgrp -R e_xorg /lib/libxcb*.so*
  rm -Rf /lib/$program_name.a
  tkis_handle_documentation html xorg ${documentation_directory}xcb
