Bernd Kuhls
7bac31ceea
package/x11r7/xserver_xorg-server: dri needs arm >= v6
...
Fixes
CC dri.lo
/tmp/ccc6IbbW.s: Assembler messages:
/tmp/ccc6IbbW.s:3114: Error: selected processor does not support ARM mode `ldrex r2,[r1]'
/tmp/ccc6IbbW.s:3117: Error: selected processor does not support ARM mode `strexeq r2,r0,[r1]'
/tmp/ccc6IbbW.s:3273: Error: selected processor does not support ARM mode `ldrex r2,[r1]'
/tmp/ccc6IbbW.s:3276: Error: selected processor does not support ARM mode `strexeq r2,r3,[r1]'
/tmp/ccc6IbbW.s:3352: Error: selected processor does not support ARM mode `ldrex r1,[r2]'
/tmp/ccc6IbbW.s:3355: Error: selected processor does not support ARM mode `strexeq r1,r0,[r2]'
/tmp/ccc6IbbW.s:3451: Error: selected processor does not support ARM mode `ldrex r3,[r2]'
/tmp/ccc6IbbW.s:3454: Error: selected processor does not support ARM mode `strexeq r3,ip,[r2]'
/tmp/ccc6IbbW.s:3522: Error: selected processor does not support ARM mode `ldrex r3,[r0]'
/tmp/ccc6IbbW.s:3525: Error: selected processor does not support ARM mode `strexeq r3,r1,[r0]'
Makefile:653: recipe for target 'dri.lo' failed
make[5]: *** [dri.lo] Error 1
make[5]: Leaving directory '/home/buildroot/buildroot/output/build/xserver_xorg-server-1.17.2/hw/xfree86/dri'
using this defconfig
BR2_arm=y
BR2_TOOLCHAIN_BUILDROOT_WCHAR=y
BR2_TOOLCHAIN_BUILDROOT_CXX=y
BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV=y
BR2_PACKAGE_MESA3D=y
BR2_PACKAGE_MESA3D_DRI_DRIVER_SWRAST=y
BR2_PACKAGE_XORG7=y
BR2_PACKAGE_XSERVER_XORG_SERVER=y
[Peter: fix conditional, add comment explaining issue]
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2015-08-31 00:38:22 +02:00
Bernd Kuhls
9141ea81f0
package/x11r7/xserver_xorg-server: Fix glamor dependency
...
X.org xserver depends on libepoxy for glamor support, which depends on
EGL support. Mesa3d is not the only possible EGL provider therefore
change the dependency check.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-08-29 23:18:39 +02:00
Bernd Kuhls
77397b1c72
package/x11r7/xserver_xorg-server: Add libdrm dependency when dri or dri2 is enabled
...
Fixes compile error using this defconfig
BR2_TOOLCHAIN_BUILDROOT_WCHAR=y
BR2_TOOLCHAIN_BUILDROOT_CXX=y
BR2_PACKAGE_XORG7=y
BR2_PACKAGE_XSERVER_XORG_SERVER=y
BR2_PACKAGE_XPROTO_DRI2PROTO=y
drmVersionPtr is referenced not only in hw/xfree86/dri2/dri2.c
but also in hw/xfree86/dri/dri.c.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-08-25 12:28:41 +02:00
Bernd Kuhls
d23c4d4f4d
package/x11r7/xserver_xorg-server: Fix libdrm dependency handling
...
Fixes
http://autobuild.buildroot.net/results/2e1/2e12f1a91812f027d89fcceeb41d6c88ef7b9d32/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-08-25 12:28:29 +02:00
Bernd Kuhls
9519516a17
package/x11r7/xserver_xorg-server: Fix compilation of modesetting driver
...
Kernel modesettings support also depends on dri2, see
http://cgit.freedesktop.org/xorg/xserver/tree/hw/xfree86/drivers/modesetting/Makefile.am#n46
Fixes
http://autobuild.buildroot.net/results/f26/f26018d5ad62bc7b61623dd173dc1e92e2c958a4/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-08-25 12:28:09 +02:00
Bernd Kuhls
8a2aa343c8
package/x11r7/libepoxy: fix OpenGL / EGL dependencies
...
libepoxy depends on egl, opengl is an optional dependency
Fixes
http://autobuild.buildroot.net/results/f7e/f7e6a42f53cb4ca523d2eeefde85c44770f6011e
http://autobuild.buildroot.net/results/025/025a3d3b4d3dd4f496dcbf09f2dd279116250207
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-08-09 11:23:07 +02:00
Bernd Kuhls
227ae6888f
package/x11r7/xdriver_xf86-input-synaptics: depends on libevdev
...
Fixes
http://autobuild.buildroot.net/results/05e/05ecfaf591e85a20071875ecd18068762193defa/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-08-06 09:02:27 +02:00
Yann E. MORIN
2d0a5e5cea
xserver_xorg-server: switch to the modular server as default
...
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-07-30 23:34:44 +02:00
Romain Naour
2fb4ed3784
package/x11r7/xdriver_xf86-video-siliconmotion: remove autoreconf
...
xdriver_xf86-video-siliconmotion no longer use the git repository.
commit: b343bc690e
Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-07-20 22:49:51 +02:00
Romain Naour
022953e77d
package/xdriver_xf86-video-cirrus: remove autoreconf
...
xdriver_xf86-video-cirrus no longer use the git repository.
commit: e45edc34fa
Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-07-20 22:49:51 +02:00
Romain Naour
d5471bba73
package/x11r7/xdriver_xf86-video-neomagic: remove autoreconf
...
xdriver_xf86-video-neomagic no longer use the git repository.
commit: 560660d06b
Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-07-20 22:49:51 +02:00
Bernd Kuhls
daa433bff6
package/x11r7/xdriver_xf86-video-ati: Add optional support for glamor
...
xserver_xorg-server depends on libepoxy for glamor support, therefore we
use this package as an indicator whether glamor support is present.
Fixes https://bugs.busybox.net/show_bug.cgi?id=8171
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-07-18 14:00:30 +02:00
Bernd Kuhls
0ebec4d807
package/x11r7/xdriver_xf86-video-ati: Depends on xlib_libXcomposite
...
When xserver_xorg-server is built without composite support building this
package will fail:
radeon_dri2.c: In function 'radeon_dri2_copy_region2':
radeon_dri2.c:438:28: error: 'struct _Pixmap' has no member named 'screen_x'
off_x = drawable->x - pPix->screen_x;
^
radeon_dri2.c:439:28: error: 'struct _Pixmap' has no member named 'screen_y'
off_y = drawable->y - pPix->screen_y;
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-07-18 12:26:05 +02:00
Bernd Kuhls
81a2b4d672
package/x11r7/xdriver_xf86-video-ati: Re-wrap dependencies, no code change
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-07-18 12:25:38 +02:00
Bernd Kuhls
f2f2584fad
package/x11r7/xdriver_xf86-video-ati: Remove autoreconf
...
I forgot to remove that line during the last version bump:
http://lists.busybox.net/pipermail/buildroot/2015-March/120471.html
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-07-18 12:25:29 +02:00
Bernd Kuhls
a3fc0659a6
package/x11r7/xdriver_xf86-video-mach64: bump version to 6.9.5
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-07-18 12:25:23 +02:00
Bernd Kuhls
b343bc690e
package/x11r7/xdriver_xf86-video-siliconmotion: bump version to 1.7.8
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-07-18 12:25:13 +02:00
Bernd Kuhls
ec3eca22e0
package/x11r7/xdriver_xf86-video-savage: bump version to 2.3.8
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-07-18 12:25:04 +02:00
Bernd Kuhls
560660d06b
package/x11r7/xdriver_xf86-video-neomagic: bump version to 1.2.9
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-07-18 12:24:58 +02:00
Bernd Kuhls
e45edc34fa
package/x11r7/xdriver_xf86-video-cirrus: bump version to 1.5.3
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-07-18 12:24:52 +02:00
Bernd Kuhls
5aef0785ab
package/x11r7/xdriver_xf86-input-libinput: bump version to 0.12.0
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-07-18 12:24:36 +02:00
Bernd Kuhls
7697638c09
package/libinput: bump version to 0.19.0, add locale dependency
...
Since 2015-04-22 libinput needs locale support:
http://cgit.freedesktop.org/wayland/libinput/commit/src/libinput-util.c?id=5c671e0375cc03032fcac26efe4a7835a74c8bfc
This patch adds the needed dependency also to
weston and xdriver_xf86-input-libinput.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-07-18 12:24:17 +02:00
Bernd Kuhls
c7845548d8
package/x11r7/xproto_xproto: bump version to 7.0.28
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-07-18 12:23:24 +02:00
Bernd Kuhls
81e4955f5b
package/x11r7/xkeyboard-config: bump version to 2.15
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-07-18 12:23:19 +02:00
Bernd Kuhls
5a22391227
package/x11r7/xdriver_xf86-input-vmmouse: bump version to 13.1.0
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-07-18 11:34:32 +02:00
Bernd Kuhls
b40509c7d8
package/x11r7/xdriver_xf86-video-r128: bump version to 6.10.0
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-07-13 10:16:13 +02:00
Bernd Kuhls
0a8c627f72
package/x11r7/xapp_xvinfo: bump version to 1.1.3
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-07-13 10:11:29 +02:00
Bernd Kuhls
804d46d0c7
package/x11r7/xlib_libFS: bump version to 1.0.7
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-07-13 10:11:25 +02:00
Bernd Kuhls
c749cdfe99
package/x11r7/xlib_libXaw: bump version to 1.0.13
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-07-13 10:11:22 +02:00
Bernd Kuhls
977230e25e
package/x11r7/xlib_libXrender: bump version to 0.9.9
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-07-13 10:11:18 +02:00
Bernd Kuhls
53b53eca32
package/x11r7/xlib_libXt: bump version to 1.1.5
...
Remove part of 0001-util-don-t-link-makestrs-with-target-cflags.patch
because it was applied upstream:
http://cgit.freedesktop.org/xorg/lib/libXt/commit/util/makestrs.c?id=f9baaf55ff8cbd4bf018a34f181eda30d03b20dc
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-07-13 10:11:14 +02:00
Bernd Kuhls
1aa1d38c6a
package/x11r7/xlib_libfontenc: bump version to 1.1.3
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-07-13 10:11:01 +02:00
Bernd Kuhls
7e47ac2d8d
package/x11r7/xlib_libxkbfile: bump version to 1.0.9
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-07-13 10:10:56 +02:00
Bernd Kuhls
2b28994d85
package/x11r7/xproto_kbproto: bump version to 1.0.7
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-07-13 10:10:52 +02:00
Bernd Kuhls
628de86c99
package/x11r7/xdriver_xf86-video-geode: bump version to 2.11.17
...
Removed patch applied upstream.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-07-12 09:21:30 +02:00
Bernd Kuhls
9857370946
package/x11r7/xdriver_xf86-input-libinput: bump version to 0.11.0
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-07-12 00:52:28 +02:00
Bernd Kuhls
d824786875
package/x11r7/xlib_libXrandr: bump version to 1.5.0
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-07-11 15:09:29 +02:00
Bernd Kuhls
bcb1ae9765
package/x11r7/xproto_randrproto: bump version to 1.5.0
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-07-11 15:09:19 +02:00
Gary Bisson
73930a6bb0
xdriver_xf86-video-imx-viv: bump to version 3.10.53-1.1.0 GA
...
Previous patch for the LoadExtension call isn't needed any more.
This patch is based on the Yocto equivalent:
f0440193dd
Switched back to use FREESCALE_IMX_VERSION.
The following xorg.conf was used in order to force the use of the
vivante module:
https://github.com/Freescale/meta-fsl-arm/blob/master/recipes-graphics/xorg-xserver/xserver-xf86-config/mx6/xorg.conf
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-07-11 13:03:47 +02:00
Gary Bisson
4c0613e7de
gpu-viv-bin-mx6q: rename package to imx-gpu-viv
...
In order to be in line with new Freescale naming convention:
https://github.com/Freescale/meta-fsl-arm/commit/74c86aa9
"Graphics recipe is renamed from gpu-viv-bin-mx6q to imx-gpu-viv"
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-07-11 13:00:45 +02:00
Gustavo Zacarias
3d1316d87d
xdriver_xf86-video-qxl: new package
...
Add the QEMU paravirt QXL video driver.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-07-09 22:20:49 +02:00
Romain Naour
f3a2c8a724
package/x11r7/xdiver_xf86-input-tslib: update download url and add hash file
...
The old url fallback to http://www.pengutronix.de/software/ptxdist/ instead
of http://www.pengutronix.de/software/xf86-input-tslib/download/ breaking
the download.
To avoid such problems in the future, we also add a hash file to this
package.
[Thomas: add hash file.]
Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-06-30 16:43:00 +02:00
Bernd Kuhls
31112c3f61
package/x11r7/xdriver_xf86-video-vesa: bump to version 2.3.4
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-06-21 06:50:53 +02:00
Bernd Kuhls
482127b1ba
package/x11r7/xserver_xorg-server: bump to version 1.17.2
...
Removed patches committed upstream:
http://cgit.freedesktop.org/xorg/xserver/commit/os/backtrace.c?h=server-1.17-branch&id=8b7e1f362bf6940eb863fd02395bf8155d10604b
http://cgit.freedesktop.org/xorg/xserver/commit/hw/xfree86/sdksyms.sh?h=server-1.17-branch&id=7a45d1684f626f3045305328c3aab85eed0673ea
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-06-21 06:50:26 +02:00
Bernd Kuhls
409c496e9a
package/x11r7/xserver_xorg-server: Fix sdksyms.sh to cope with gcc5
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-06-14 23:07:36 +02:00
Fabio Porcedda
868ec7f744
package/xfont_font-screen-cyrillic: add hash file
...
Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-06-12 23:06:35 +02:00
Fabio Porcedda
13ee807bad
package/xfont_font-sony-misc: add hash file
...
Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-06-12 23:06:29 +02:00
Fabio Porcedda
51ff022d09
package/xfont_font-sun-misc: add hash file
...
Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-06-12 23:06:22 +02:00
Fabio Porcedda
1ba3fdfcbb
package/xfont_font-winitzki-cyrillic: add hash file
...
Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-06-12 23:06:19 +02:00
Fabio Porcedda
3492c195f5
package/xfont_font-xfree86-type1: add hash file
...
Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-06-12 23:06:15 +02:00