summaryrefslogtreecommitdiffstats
path: root/rules/xorg-app-mkfontdir.make
Commit message (Collapse)AuthorAgeFilesLines
* xorg: remove XORG_DEFAULT_DATA_DIR configuration optionPhilipp Zabel2015-12-091-1/+1
| | | | | | | | | | Modern distributions set datadir to /usr/share instead of /usr/lib. Replace the XORG_DEFAULT_DATA_DIR configuration option with a fixed XORG_DATADIR variable and point it to /usr/share. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> [mol: fix libx11, xorg-server targetinstall] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* Licenses: according to Fedora spec files these packages are MITJuergen Borleis2015-10-211-0/+1
| | | | Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
* xorg-app-mkfontdir: version bump 1.0.6 -> 1.0.7Michael Olbrich2012-06-131-14/+4
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* rules: use ptx/mirror for all mirror URLsMichael Olbrich2012-01-061-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rules] add md5sum for all packagesMichael Olbrich2011-05-041-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* XORG mkfontdir: Micro updateJuergen Beisert2011-01-051-1/+1
| | | | Signed-off-by: Juergen Beisert <jbe@pengutronix.de>
* [rules] remove obsolete fixup linesMichael Olbrich2010-07-191-3/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* remove "--disable-dependency-tracking"Marc Kleine-Budde2010-04-161-2/+2
| | | | | | | | | | I don't think disabling dependency tracking is a good thinkg. However we can introduce a global switch to turn dependency tracking off. For more information see: http://starwars.wikia.com/wiki/I_have_a_bad_feeling_about_this Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [rules] remove obsolete clean target & minor cleanupsMichael Olbrich2010-01-181-9/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [xorg-app-mkfontdir] cleanup makefileMichael Olbrich2010-01-101-61/+7
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [xorg-app-mkfontdir] version bump 1.0.4 -> 1.0.5Robert Schwebel2009-10-261-1/+1
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* [xorg-app-mkfontdir] version bump 1.0.3 -> 1.0.4Robert Schwebel2009-07-281-2/+2
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* * .make files: location of ipkg files has changedRobert Schwebel2008-06-031-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8285 33e552b5-05e3-0310-8538-816dae2090ed
* * xorg: Update to Xorg 7.3. Add new dependencies libxcb andMichael Olbrich2007-10-191-3/+3
| | | | | | | pixman. Update all packages to the corresponding versions. git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7540 33e552b5-05e3-0310-8538-816dae2090ed
* * xorg-app-mkfontdir.make:Marc Kleine-Budde2007-06-271-1/+1
| | | | | | | don't strip script git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7214 33e552b5-05e3-0310-8538-816dae2090ed
* * mkfontscale, mkfontdir: fixed targetinstall pathRobert Schwebel2007-01-041-1/+3
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6720 33e552b5-05e3-0310-8538-816dae2090ed
* * mkfontdir: moved to xorg namespace for hosttools. Robert Schwebel2007-01-021-25/+18
| | | | | | | Merged from branches/ptxdist-trunk-mkl by rsc. git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6651 33e552b5-05e3-0310-8538-816dae2090ed
* * mkfontscale/mkfontdirJuergen Beisert2006-11-141-1/+2
| | | | | | | - adding freetype dependency git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6318 33e552b5-05e3-0310-8538-816dae2090ed
* speed up buildJuergen Beisert2006-10-021-2/+3
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6101 33e552b5-05e3-0310-8538-816dae2090ed
* merging to xorg7.1Luotao Fu2006-06-191-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5822 33e552b5-05e3-0310-8538-816dae2090ed
* * rules/*.make:Marc Kleine-Budde2006-06-091-1/+0
| | | | | | | remove -include $(call package_depfile) git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5707 33e552b5-05e3-0310-8538-816dae2090ed
* * Changed "patchin" macro to use the packet label instead of theRobert Schwebel2006-05-211-1/+1
| | | | | | | | direct value. This is part of the efford to make local packets possible. git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5517 33e552b5-05e3-0310-8538-816dae2090ed
* changed get and extract macros to use packet labelsRobert Schwebel2006-05-141-2/+2
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5497 33e552b5-05e3-0310-8538-816dae2090ed
* add mkfontdirSascha Hauer2006-02-271-0/+139
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4775 33e552b5-05e3-0310-8538-816dae2090ed