summaryrefslogtreecommitdiffstats
path: root/rules/xorg-app-xinit.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>
* xorg-app-xinit: version bump 1.2.1 -> 1.3.2Michael Olbrich2012-06-131-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* xorg-app-xinit: cleanup rules and fix mcookie pathMichael Olbrich2012-01-261-35/+9
| | | | 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: Install 'startx' on demand onlyJuergen Beisert2011-01-051-0/+3
| | | | | | | 'startx' has some dependencies to other tools. This patch ensures they are present, when startx is going to be installed. Signed-off-by: Juergen Beisert <jbe@pengutronix.de>
* [xorg-app-xinit] targetinstall consolidationRobert Schwebel2010-10-221-5/+5
| | | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rules] remove obsolete fixup linesMichael Olbrich2010-07-191-3/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [xorg-app-xinit] version bump 1.2.0 -> 1.2.1Michael Olbrich2010-07-081-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* remove "--disable-dependency-tracking"Marc Kleine-Budde2010-04-161-2/+1
| | | | | | | | | | 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-11/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [xorg-app-xinit] cleanup makefileMichael Olbrich2010-01-061-62/+11
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [xorg-app-xinit] version bump 1.1.1 -> 1.2.0Robert Schwebel2010-01-041-1/+1
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* [xorg-app-xinit] version bump 1.0.5 -> 1.1.1Robert Schwebel2009-07-281-4/+4
| | | | 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
* fixed libdir bugLuotao Fu2007-02-061-0/+3
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6988 33e552b5-05e3-0310-8538-816dae2090ed
* *startx now loads xinitrc from etc/X11/xinit *cross compiling with cross cppLuotao Fu2007-01-231-2/+5
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6892 33e552b5-05e3-0310-8538-816dae2090ed
* adding sanity checksJuergen Beisert2006-10-161-1/+6
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6148 33e552b5-05e3-0310-8538-816dae2090ed
* speed build upJuergen Beisert2006-10-021-3/+16
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6108 33e552b5-05e3-0310-8538-816dae2090ed
* merging to xorg7.1Luotao Fu2006-06-191-3/+3
| | | | 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
* added some missing filesErwin Rol2006-03-261-0/+2
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5278 33e552b5-05e3-0310-8538-816dae2090ed
* add xinit packetSascha Hauer2006-03-241-0/+133
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5258 33e552b5-05e3-0310-8538-816dae2090ed