summaryrefslogtreecommitdiffstats
path: root/package/x11r7
Commit message (Collapse)AuthorAgeFilesLines
...
* 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>
* xkeyboard-config: fix license files typoPeter Korsgaard2013-04-301-1/+1
| | | | | | As noticed by Thomas. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xkeyboard-config: make available outside of X.org, reduce dependenciesThomas Petazzoni2013-04-293-5/+10
| | | | | | | | | | | | | | | | | | xkeyboard-connfig was selectable only if X.org was enabled. However, weston, the reference implementation of the Wayland protocol, also needs xkeyboard-config, so we have to make this package available outside of the if BR2_PACKAGE_XORG7 ... endif conditional. In addition to this, the xkeyboard-config currently pulls in xapp_xkbcomp as a runtime dependency, but this dependency is only needed with X.org. And it also pulls in xlib_libX11 and xproto_proto as build-time dependencies. But in fact those ones are runtime dependencies, and they are only needed under X.org. This helps reducing the number of dependencies of xkeyboard-config in a weston/wayland configuration. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xserver_xorg-server: bump to version 1.12.4 and add security patchGustavo Zacarias2013-04-273-1/+35
| | | | | | | Bump to version 1.12.4 and add a security patch for CVE-2013-1940. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mesa3d: requires host-bison and host-flexGustavo Zacarias2013-04-111-1/+3
| | | | | | | Fixes a local build failure when testing other things. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xdriver_xf86-video-geode: only available for i386 and x86_64Gustavo Zacarias2013-04-111-0/+1
| | | | | | | | Builtin-video from NSC/AMD Geode x86 processors. Fixes build failures on other architectures. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xdriver_xf86-video-intel: only available for i386 and x86_64Gustavo Zacarias2013-04-111-0/+1
| | | | | | | Fixes build failures on other architectures. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xkeyboard-config: add missing dependency on host-gettext and sanitizeGustavo Zacarias2013-03-271-2/+1
| | | | | | | | | | | xkeyboard-config needs msgfmt so we need to pull host-gettext into the dependencies. And remove GMSGFMT path hardcoding otherwise host-gettext msgfmt won't work. Fixes: http://autobuild.buildroot.net/results/ec956056aba54ab7993cf58a74a93a3b900dee95/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xkeyboard-config: needs libX11 and xproto_xprotoGustavo Zacarias2013-03-272-1/+3
| | | | | | | Fixes a build failure i've found while debugging another one :) Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xapp_xev: add missing dependencies on xlib_libXrandrThomas Petazzoni2013-03-252-1/+2
| | | | | | | | Fixes: http://autobuild.buildroot.org/results/ec1855d3d96cf01409999492c77a2709be8c4d01/build-end.log. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xapp_xinput: add missing dependenciesThomas Petazzoni2013-03-252-1/+3
| | | | | | | | | | | Following the big X.org bump, a few dependencies were missing in the xapp_xinput package. Fixes: http://autobuild.buildroot.org/results/7e4ebd4dd47f49bcd4d225b17fbbc8b211e5201a/build-end.log. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Merge branch 'x11r77_v2' of https://bitbucket.org/baekdahl/buildrootPeter Korsgaard2013-03-24154-417/+407
|\
| * xapp_xinit: removed in X11R7.7Jesper Baekdahl2013-03-205-25/+1
| |
| * xproto_xf86rushproto: removed in X11R7.7Will Wagner2013-03-203-18/+0
| | | | | | | | Signed-off-by: Will Wagner <will_wagner@carallon.com>
| * xproto_printproto: removed in X11R7.7Will Wagner2013-03-205-20/+1
| | | | | | | | Signed-off-by: Will Wagner <will_wagner@carallon.com>
| * xfont_font-bitstream-speedo: removed in X11R7.7Will Wagner2013-03-203-20/+0
| | | | | | | | Signed-off-by: Will Wagner <will_wagner@carallon.com>
| * xlib_libXp: removed in X11R7.7Jesper Baekdahl2013-03-209-29/+3
| |
| * xlib_libXprintUtil: removed in X11R7.7Jesper Baekdahl2013-03-2011-30/+4
| |
| * xlib_libXprintAppUtil: removed in X11R7.7Will Wagner2013-03-203-21/+0
| | | | | | | | Signed-off-by: Will Wagner <will_wagner@carallon.com>
| * xlib_libxkbui: removed in X11R7.7Will Wagner2013-03-203-21/+0
| | | | | | | | Signed-off-by: Will Wagner <will_wagner@carallon.com>
| * xlib_libXfontcache: removed in X11R7.7Will Wagner2013-03-203-22/+0
| | | | | | | | Signed-off-by: Will Wagner <will_wagner@carallon.com>
OpenPOWER on IntegriCloud