summaryrefslogtreecommitdiffstats
path: root/package/x11r7/xdriver_xf86-video-xgi/xdriver_xf86-video-xgi.mk
Commit message (Collapse)AuthorAgeFilesLines
* package: remove useless arguments from AUTOTARGETSThomas Petazzoni2011-09-291-1/+1
| | | | | | | | | | Thanks to the pkgparentdir and pkgname functions, we can rewrite the AUTOTARGETS macro in a way that avoids the need for each package to repeat its name and the directory in which it is present. [Peter: pkgdir->pkgparentdir] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* packages: remove unneeded _INSTALL_TARGET_OPT definitionsThomas Petazzoni2010-09-271-1/+0
| | | | | | | | Now that <pkg>_INSTALL_TARGET_OPT always defaults to 'DESTDIR=$(TARGET_DIR) install', we can remove the <pkg>_INSTALL_TARGET_OPT definition from a lot of packages. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Bump xf86-video-xgi to 1.5.1Paulius Zaleckas2010-02-281-2/+2
| | | | | | Also fix building of this package. Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
* x11/video-xgi: fix vesa/xgi typoPeter Korsgaard2009-02-101-1/+1
| | | | Closes #95
* x1157: add XGI video driverPeter Korsgaard2008-06-301-0/+14
Based on googlecode r575 by Thiago Correa.