summaryrefslogtreecommitdiffstats
path: root/package/x11r7
Commit message (Collapse)AuthorAgeFilesLines
...
* xorg: Bump xlib_libfontenc version to 1.1.2Bernd Kuhls2014-01-051-1/+1
| | | | | Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xorg: Bump xproto_videoproto version to 2.3.2Bernd Kuhls2014-01-051-1/+1
| | | | | Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xorg: Bump xproto_glproto version to 1.4.17Bernd Kuhls2014-01-051-1/+1
| | | | | Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xorg: Bump xproto_dri2proto version to 2.8Bernd Kuhls2014-01-051-1/+1
| | | | | Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xorg: Bump xlib_libXi version to 1.7.2Bernd Kuhls2014-01-052-3/+11
| | | | | | [Peter: needs libXfixes, cleanup dependency list (white space)] Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xorg: Bump xproto_inputproto version to 2.3Bernd Kuhls2014-01-051-1/+1
| | | | | Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xorg: Bump xlib_libXfixes version to 5.0.1Bernd Kuhls2014-01-051-1/+1
| | | | | Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xorg: Bump xproto_xproto version to 7.0.25Bernd Kuhls2014-01-051-1/+1
| | | | | Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xorg: Bump xlib_libXext version to 1.3.2Bernd Kuhls2014-01-051-1/+1
| | | | | Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xorg: Bump xproto_xextproto version to 7.3.0Bernd Kuhls2014-01-051-1/+1
| | | | | Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xorg: Bump xapp_xrandr version to 1.4.1Bernd Kuhls2014-01-051-1/+1
| | | | | Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xorg: Bump xlib_libXrandr version to 1.4.2Bernd Kuhls2014-01-051-1/+1
| | | | | Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xorg: Bump xproto_randrproto version to 1.4.0Bernd Kuhls2014-01-051-1/+1
| | | | | Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xapp_xdpyinfo: fix dependenciesPeter Korsgaard2014-01-052-10/+24
| | | | | | | | | Most of the dependencies listed were optional or only indirectly needed (E.G. the xproto ones), so don't select them. Further more, the optional xcomposite and xinerama dependencies were missing. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xorg: Bump xcb-proto & libxcb version to 1.10Bernd Kuhls2014-01-052-7/+13
| | | | | | | | | These have to be bumped together as new libxcb requires new xcb-proto, and old libxcb doesn't build with new xcb-proto. [Peter: fixup xcb-proto.pc instead of playing tricks with --define-variable] Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xorg: New package xproto_presentprotoBernd Kuhls2014-01-053-0/+22
| | | | | | [Peter: fix license file, add host-pkgconf / xutil_util-macros dependencies] Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package: remove the empty trailing line(s)Jerzy Grzegorek2014-01-042-2/+0
| | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xconsole: add new packageYegor Yefremov2013-12-153-0/+25
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* X.org: needs dynamic library supportThomas De Schampheleire2013-12-071-2/+3
| | | | | | | | | | | | | xlib_libX11, one of the main libraries of X.org, uses dlfcn.h and dlopen. To avoid having to add a dependency on !BR2_PREFER_STATIC_LIB on tons of packages, we promote this dependency to X.org itself (similar to how thread support is handled in X.org). Fixes http://autobuild.buildroot.net/results/a47/a47c5d96f880af04b85bb6773e87d04f9d7c2864/ Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Config.in files: whitespace cleanupThomas De Schampheleire2013-11-113-11/+11
| | | | | | | | | | This patch fixes the following whitespace problems in Config.in files: - trailing whitespace - spaces instead of tabs for indentation - help text not indented with tab + 2 spaces Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xorg: needs thread supportJerzy Grzegorek2013-11-102-2/+7
| | | | | | | | | | | | | | | | | | | libpthread-stubs, libX11, and a few more xorg packages use threads. Since almost all xorg packages depend on libX11 directory or indirectly, and since the remaining ones are pretty useless on their own, just require threads for xorg as a whole. The thread dependency is kept in libpthread-stubs, because that package will move out of the x11r7 directory later (pending patch by Spenser Gilliland), so the dependency on threads will be required then. Fixes: http://autobuild.buildroot.org/results/609/6099baac4bb469ae18aab6512233db25183eaabd/ [Arnout: disable all of xorg, correct comment] Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xlib_libpthread-stubs: needs -pthread when linking staticallyArnout Vandecappelle2013-11-101-0/+4
| | | | | | | Fixes e.g. http://autobuild.buildroot.net/results/1eaa694263b74313b0c90c510abcb11d490a3773/ Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xdriver_xf86-video-geode: only build on i386Arnout Vandecappelle2013-10-251-1/+1
| | | | | | | | | | | | | This package builds with -m32. In buildroot, we don't have multilib support so only the 64-bit libraries are available, which can't be linked against these 32-bit object files. I've tested this with the Sourcery and buildroot toolchains - neither works. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* tslib: needs dynamic library for dlopenThomas De Schampheleire2013-10-221-0/+4
| | | | | | | | Fixes http://autobuild.buildroot.net/results/1242cbea015e5a24a6621d1bd5569d2a1a819bb4/ Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Config.in files: unify comments of toolchain option dependenciesThomas De Schampheleire2013-10-144-4/+4
| | | | | | | | This patch lines up the comments in Config.in files that clarify which toolchain options the package depends on. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libdrm: bump and add experimental ARM framebuffer supportSpenser Gilliland2013-09-202-0/+2
| | | | | | | [Peter: adjust intel/ati drivers to match] Signed-off-by: Spenser Gilliland <spenser@gillilanding.com> Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: remove the empty trailing linesJerzy Grzegorek2013-09-1340-40/+0
| | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xserver_xorg-server: backport kdrive option parsing fixPeter Korsgaard2013-09-111-0/+59
| | | | | Reported-by: Woody Wu <narkewoody@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Fix build reproducibility in Make 3.82Jérôme Pouiller2013-09-061-1/+1
| | | | | | | | | | | | Make 3.82 no longer sort the result of wildcards (see http://comments.gmane.org/gmane.comp.gnu.make.bugs/4260). This may break build reproducibility. This patch sort results of wildcards to ensure reproducibility. Signed-off-by: Jérôme Pouiller <jezz@sysmic.org> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mesa3d: fix download URLLuca Ceresoli2013-08-291-1/+1
| | | | | | | | | | | The MesaLib 7.10.3 tarball has been moved on ftp.freedesktop.org from pub/mesa/7.10.3/ to pub/mesa/old_versions/7.x/7.10.3/. A bump to a newer release is only coming after Buildroot 2013.08, so for now let us just change URL to let the download work properly. Reported-by: Ryan Wilkins <ryan@deadfrog.net> Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* fix header package nameJerzy Grzegorek2013-07-2738-38/+38
| | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xlib_libXpm: needs host-gettextGustavo Zacarias2013-06-271-1/+2
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/00b/00b5c7745df5359908f6c77f90c1598b71638081/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Normalize separator size to 80Alexandre Belloni2013-06-0614-28/+28
| | | | | Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Remove description and url from headerAlexandre Belloni2013-06-06222-222/+222
| | | | | Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Fix package headers to comply with coding styleAlexandre Belloni2013-06-067-0/+7
| | | | | Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xapp_luit: Add patch to fix building with recent gcc versionsMarkos Chandras2013-06-051-0/+19
| | | | | | | Upstream bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=47792 Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xapp_xmodmap: Fix build problems due to missing asprintf definitionMarkos Chandras2013-06-051-0/+69
| | | | | | | Upstream Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=48696 Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Merge branch 'next'Peter Korsgaard2013-06-021-0/+1
|\
| * xlib_libX11: ensure target and host variant have the same patch hooksThomas Petazzoni2013-05-301-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In preparation for the out-of-tree support, it is important that all packages have the same patch hooks for the host variant and the target variant (because the source tree will be shared between host and target variants when doing out-of-tree build). In the case of the xlib_libX11 package, the post-patch hook removes some flags from the build of the makekeys utility, so that when xlib_libX11 is built for the target, the build of makekeys for the host works properly. This modification can be applied to the host variant of xlib_libX11 without any problem. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | xapp_xinit: revert removalGustavo Zacarias2013-05-153-0/+23
| | | | | | | | | | | | | | | | | | Even though xinit isn't included in the X11R7.7 release it is very useful for debugging and quick tests. Reinstante it without xdm requiring it though. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | xserver_xorg-server: add license informationsThomas Petazzoni2013-05-121-0/+2
| | | | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | package/x11r7: add license informations to misc other packagesThomas Petazzoni2013-05-129-0/+24
| | | | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | package/x11r7: add license informations to xfont_* packagesThomas Petazzoni2013-05-1237-0/+109
| | | | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | package/x11r7: add license informations to xutil_* packagesThomas Petazzoni2013-05-122-0/+5
| | | | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | package/x11r7: add license informations to xlib_* packagesThomas Petazzoni2013-05-1234-0/+68
| | | | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | package/x11r7: add license informations to xdriver_* packagesThomas Petazzoni2013-05-1237-0/+74
| | | | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | package/x11r7: add license informations to xproto_* packagesThomas Petazzoni2013-05-1227-0/+54
| | | | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | package/x11r7: add license informations to xapp_* packagesThomas Petazzoni2013-05-1283-0/+166
|/ | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xdriver_xf86-video-mach64: bumped to 6.9.3Stefan Fröberg2013-05-051-1/+1
| | | | | Signed-off-by: Stefan Fröberg <stefan.froberg@petroprogram.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xdriver_xf86-input-synaptics: bumped to 1.6.2Stefan Fröberg2013-05-051-1/+1
| | | | | Signed-off-by: Stefan Fröberg <stefan.froberg@petroprogram.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
OpenPOWER on IntegriCloud