xorg: update to 7.5.

--HG--
extra : convert_revision : ad9cb3450dec4c5df41f66db6028df60762b0f81
This commit is contained in:
Juan RP 2009-10-28 03:06:01 +01:00
parent 8bc24b1ca6
commit 13766ba521
164 changed files with 618 additions and 455 deletions

View file

@ -9,10 +9,8 @@ Add_dependency run xf86-input-synaptics
do_install()
{
mkdir -p ${DESTDIR}/usr/lib/xorg/modules/input
mkdir -p ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/lib/xorg/modules/input/*.la \
${DESTDIR}/usr/lib/xorg/modules/input
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
}