summaryrefslogtreecommitdiffstats
path: root/package/x11r7
Commit message (Collapse)AuthorAgeFilesLines
...
* xapp_xinit: add license informationGustavo Zacarias2014-06-261-0/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xserver_xorg-server: Fix race condition when installing man pagesBernd Kuhls2014-06-142-0/+21
| | | | | | | | | | | | | Reproduced the bug using BR2_JLEVEL=16 Fixes race condition by disabling parallel make in man/ http://autobuild.buildroot.net/results/11e/11ece737078ca8da2fee4249432148675b4e630e/ http://autobuild.buildroot.net/results/a95/a952932b832ee3296d6c225c7a9df408ca3eef9f/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/x11r7/xlib_libXfont: Bump version to 1.4.8Bernd Kuhls2014-06-081-1/+1
| | | | | | | | Fixes CVE-2014-0209, CVE-2014-0210 & CVE-2014-0211 http://lists.x.org/archives/xorg-announce/2014-May/002431.html Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xserver_xorg-server: add support for xtensa architectureMax Filippov2014-06-081-0/+74
| | | | | | | | | | Fixes: http://autobuild.buildroot.net/results/143/14308a9d1806574f06ab2a7d222f53119fab1c90/ http://autobuild.buildroot.net/results/5cc/5cceb96ac29a410316fd7d8f7de0615ba33e3f2c/ Backported from: dc8d0688471695ec5a8db5fef93fbcfc064891d5 Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xserver_xorg-server: add ordering prefix to patchesMax Filippov2014-06-082-0/+0
| | | | | | | | This is to keep patch application order correct and to comply with documentation. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xapp_twm: needs host-bisonPeter Korsgaard2014-06-021-1/+2
| | | | | | Fixes http://autobuild.buildroot.net/results/c68/c680a2fec88861f20a2cbb17078537a62924dab9/ Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xapp_xedit: needs MMUBaruch Siach2014-06-011-0/+1
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/6b9/6b941b5992c73acd19e8077dbe6cb9fc65e5eba1/ Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Merge branch 'next'Peter Korsgaard2014-06-014-0/+101
|\ | | | | | | | | | | | | Conflicts: package/gdb/Config.in.host Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * xserver_xorg-server: add support of ARC architectureAlexey Brodkin2014-05-261-0/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support of ARC was added after 1.15.1 release so until the next official release happens this patch enables building and execution of Xorg server on ARC. Upstream commit: http://cgit.freedesktop.org/xorg/xserver/commit/?id=c08d2b8ccb0158dbf1f529f80cc3236e66236cce Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Cc: Bernd Kuhls <berndkuhls@hotmail.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * xproto_dri3proto: New packageBernd Kuhls2014-05-263-0/+20
| | | | | | | | | | | | | | | | This package does not install any binary files, only headers. [Peter: drop invalid license file] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | xlib_libXpm: fix build on noMMU architecturesThomas Petazzoni2014-05-172-0/+23
| | | | | | | | | | | | | | | | | | | | | | Add a patch to libXpm to fix build on noMMU architectures. Fixes: http://autobuild.buildroot.org/results/c57/c571b0a9d9f36a445ea36a4bd609154f9a9bddd5/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | package/x11r7/xserver_xorg-server: Udev kms support depends on libdrmBernd Kuhls2014-05-171-0/+7
| | | | | | | | | | | | | | | | Fixes http://autobuild.buildroot.net/results/18c/18c554d148fc00f85690c1638976dd6d0d7ff219/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | xserver_xorg-server: fix fontrootdir configurationFilippo Sironi2014-05-161-1/+1
|/ | | | | | | | | | | | | The --with-fontdir switch has been substituted by the --with-fontrootdir switch a few versions ago. The use of the old configuration switch was causing error messages like the following: _FontTransOpen: Unable to Parse address ${prefix}/share/fonts/X11/*/ [dix] Could not init font path element ${prefix}/share/fonts/X11/*/, removing from list! Signed-off-by: Filippo Sironi <filippo.sironi@gmail.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xserver_xorg-server: Fix DRI detectionBernd Kuhls2014-05-031-9/+3
| | | | | | | Fixes http://autobuild.buildroot.net/results/b8a/b8a905b864b01aa09940668130a62d9d90ef5f9a/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xapp_xwd: Add missing dependency xlib_libxkbfileBernd Kuhls2014-04-182-1/+2
| | | | | | | Fixes http://autobuild.buildroot.net/results/12b/12b7894a4f67d963ea93622eea1adc2d2c3d6847/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xapp_xdriinfo: depends on the virtual package libglBernd Kuhls2014-04-171-1/+4
| | | | | | | | | Fixes http://autobuild.buildroot.net/results/90a/90a8226a8a2978eb13d02645cb9e3d95d9b95757/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> [yann.morin.1998@free.fr: fix comment, trim the commit log from unneeded info] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/xorg-server: do not force-select xf86driproto for mesa3dYann E. MORIN2014-04-171-1/+0
| | | | | | | | | This is already handled by mesa3d itself. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Paul Cercueil <paul@crapouillou.net> Cc: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/x11-video-drivers: do not select, but depends on mesa3dYann E. MORIN2014-04-1711-11/+45
| | | | | | | | | | | | | | | | | | | | | | | Currently, X.Org drivers that need mesa3d forcibly select it. We'll soon switch mesa3d to being a provider of the full OpenGL virtual package, to come in a later patch. It is bad practice to select a provider, as it can generate configuration inconsistencies. So, switch all X.Org video driver that need mesa3d to actually depend on it, rather than forcibly select it. To be noted: xf86-video-mach64 already used a 'depends on' rather than a 'select'. At the same time, move the intel drivers dependencies to the top. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Bernd Kuhls <bernd.kuhls@t-online.de> Cc: Paul Cercueil <paul@crapouillou.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/xdriver_xf86-video-ati: only select libdrm if the DRI driver is enabledYann E. MORIN2014-04-171-2/+2
| | | | | | | | The xf86 radeon driver does not need libdrm, unless DRI is enabled too. Reported-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xserver_xorg-server: Compile fix for mips64Bernd Kuhls2014-04-151-0/+17
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xserver_xorg-server: Bump version to 1.15.1Bernd Kuhls2014-04-151-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xproto_xproto: Bump version to 7.0.26Bernd Kuhls2014-04-151-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xserver: remove patch for aarch64Alexey Brodkin2014-04-101-23/+0
| | | | | | | | | | | | xorg-server-1.15.0.tar.gz already has full support of aarch64. It was added with this commit http://patchwork.freedesktop.org/patch/14361/ Even though the patch in question doesn't break patching or building of xserver it duplicates aarch64 entries in "include/servermd.h". Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xserver_xorg-server: add optional libunwind supportPeter Korsgaard2014-04-071-0/+6
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xapp_xauth: version bump 1.0.9Bernd Kuhls2014-04-031-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xlib_xtrans: Version bump 1.3.4Bernd Kuhls2014-04-031-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xapp_xmodmap: fix typoThomas Petazzoni2014-03-291-1/+1
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xapp_xlsfonts: Bump version to 1.0.4Bernd Kuhls2014-03-291-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xapp_fslsfonts: Bump version to 1.0.4Bernd Kuhls2014-03-291-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xapp_fstobdf: Bump version to 1.0.5Bernd Kuhls2014-03-291-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xapp_editres: Bump version to 1.0.6Bernd Kuhls2014-03-291-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xapp_showfont: Bump version to 1.0.4Bernd Kuhls2014-03-291-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xapp_viewres: Bump version to 1.0.4Bernd Kuhls2014-03-291-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xapp_xditview: Bump version to 1.0.3Bernd Kuhls2014-03-291-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xapp_xgc: Bump version to 1.0.4Bernd Kuhls2014-03-292-31/+1
| | | | | | | - removed xapp_xgc-replace-ac-check-file.patch, applied upstream Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xapp_xmag: Bump version to 1.0.5Bernd Kuhls2014-03-291-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xapp_xmessage: Bump version to 1.0.4Bernd Kuhls2014-03-291-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xapp_xvidtune: Bump version to 1.0.3Bernd Kuhls2014-03-291-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xapp_bdftopcf: Bump version to 1.0.4Bernd Kuhls2014-03-291-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xapp_beforelight: Bump version to 1.0.5Bernd Kuhls2014-03-291-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xapp_xcalc: Bump version to 1.0.5Bernd Kuhls2014-03-291-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xapp_ico: Bump version to 1.0.4Bernd Kuhls2014-03-291-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xapp_rgb: Bump version to 1.0.5Bernd Kuhls2014-03-291-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xapp_xsetroot: Bump version to 1.1.1Bernd Kuhls2014-03-291-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xapp_xev: Bump version to 1.2.1Bernd Kuhls2014-03-291-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xapp_xfsinfo: Bump version to 1.0.4Bernd Kuhls2014-03-291-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xapp_xkbutils: Bump version to 1.0.4Bernd Kuhls2014-03-291-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xapp_xsm: Bump version to 1.0.3Bernd Kuhls2014-03-291-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xapp_xstdcmap: Bump version to 1.0.3Bernd Kuhls2014-03-291-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xapp_xvinfo: Bump version to 1.1.2Bernd Kuhls2014-03-291-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud