Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Matchbox build | Thomas Petazzoni | 2009-07-01 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | Several issues were encountered when trying to build Matchbox. This patches fixes these issues : * Selecting BR2_PACKAGE_MATCHBOX should select BR2_PACKAGE_XORG7, otherwise the x11r7 mk files are not included, and matchbox.mk refers to non-existing dependencies (such as xlib_libXtst). * In matchbox.mk, wrong dependencies for Matchbox keyboard. When pango is available, use it through --enable-pango, otherwise, add the dependency to xlib_libXft * Enable AUTORECONF for libXfont and libXft, otherwise the libtool Buildroot patch has no effect, and these packages fail to build without the libtool hack. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | xdriver_xf86-input-synaptics: fix download url | Peter Korsgaard | 2009-06-06 | 1 | -2/+2 |
| | | | | | | | 0.15.0 seems to never have been in Debian (it is atleast not on snapshot.debian.net), so use the real upstream (freedesktop) instead. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | xserver: mark as broken on avr32 | Peter Korsgaard | 2009-05-19 | 1 | -0/+4 |
| | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | mesa: needs C++ support | Peter Korsgaard | 2009-05-19 | 1 | -0/+1 |
| | | | | | | | mesa (and in turn xorg) needs C++ support. Based on patch by Steffen Schulz <pepe_ml@gmx.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | mesa: fix build for x86 | Jim Persson | 2009-05-19 | 1 | -0/+12 |
| | | | | | | | | | | mesa wants to compile and run gen_matypes at build time, so make sure it gets compiled for the host and not for the target. Closes #323. Signed-off-by: Jim Persson <spambox@nurd.se> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | libX11: fix build on hosts without libx11-dev | Peter Korsgaard | 2009-03-29 | 3 | -41/+58 |
| | | | | Make sure the build doesn't use keysymdef.h from the host. | ||||
* | mesa3d: sync kconfig deps with makefile | Peter Korsgaard | 2009-03-23 | 1 | -0/+6 |
| | |||||
* | libpciaccess: needs large file support | Peter Korsgaard | 2009-03-23 | 1 | -0/+4 |
| | |||||
* | pkgconfig: add pkgconfig package for target | Peter Korsgaard | 2009-03-18 | 2 | -2/+1 |
| | | | | | | | | | | | | | The host versions shouldn't be visible in Kconfig, so remove the reference to BR2_PACKAGE_PKGCONFIG everywhere and prefix the host targets with host-. At the same time add pkgconfig for the target (E.G. for development) and let BR2_PACKAGE_PKGCONFIG control that package. Notice: all defconfigs in the tree have been updated, but make sure to disable the pkgconfig package (unless you want it) if you use an external config, otherwise you'll end up with pkgconfig and glib2 in the target. | ||||
* | xserver-xorg: libXtst not needed | Peter Korsgaard | 2009-03-16 | 2 | -2/+1 |
| | |||||
* | xserver-xorg: set buildroot mailing list as builder addr | Peter Korsgaard | 2009-03-16 | 1 | -0/+1 |
| | |||||
* | xserver-xorg: more optional dependencies | Peter Korsgaard | 2009-03-16 | 2 | -7/+20 |
| | |||||
* | xserver-xorg: dbus is optional | Peter Korsgaard | 2009-03-16 | 2 | -2/+6 |
| | |||||
* | xorg_server: cleanup .mk | Peter Korsgaard | 2009-03-16 | 1 | -37/+30 |
| | | | | | Rearrange lines and get rid of unneeded variables. Should have no functional change. | ||||
* | xserver: 1.5.x needs openssl (for render sha functions) | Peter Korsgaard | 2009-03-15 | 1 | -0/+1 |
| | |||||
* | x11r7: update to 7.4 | Peter Korsgaard | 2009-03-14 | 164 | -1790/+416 |
| | | | | | | Patch by Dan Lykowski <lykowdk@gmail.com>, closes #181. Minor fixups for kdrive by me. | ||||
* | xserver_xorg: add options for builtin fonts and aiglx | Peter Korsgaard | 2009-03-13 | 2 | -4/+30 |
| | | | | Patch by Dan Lykowski <lykowdk@gmail.com> | ||||
* | mesa3d: fix makedepend arguments | Peter Korsgaard | 2009-02-24 | 1 | -3/+4 |
| | | | | | Make sure makedepends only searches the gcc/staging dir, and not the host include dirs. | ||||
* | mesa: use correct config file for arch | Peter Korsgaard | 2009-02-24 | 1 | -1/+15 |
| | |||||
* | mesa3d: use MAKE1 instead of playing around with BR2_JLEVEL | Peter Korsgaard | 2009-02-24 | 1 | -2/+1 |
| | |||||
* | xserver-xorg: select mesa3d in kconfig | Peter Korsgaard | 2009-02-24 | 2 | -1/+2 |
| | | | | xserver-xorg depends on mesa3d, so select it in kconfig as well. | ||||
* | x11/video-xgi: fix vesa/xgi typo | Peter Korsgaard | 2009-02-10 | 2 | -2/+2 |
| | | | | Closes #95 | ||||
* | x11r7: make xman and xcb-util visible in Kconfig | Peter Korsgaard | 2009-01-31 | 3 | -3/+11 |
| | | | | Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> | ||||
* | package/: convert to DOWNLOAD helper | Peter Korsgaard | 2009-01-16 | 4 | -4/+4 |
| | |||||
* | x11r7/xserver_xorg: breaks with shared cache | Peter Korsgaard | 2008-12-22 | 1 | -0/+1 |
| | | | | The package overrides CFLAGS, so disable shared cache. | ||||
* | x11r7/liblbxutil: use {C,LD}FLAGS_FOR_BUILD for host tools | Peter Korsgaard | 2008-12-22 | 1 | -6/+6 |
| | |||||
* | x11r7/libXt: use {C,LD}FLAGS_FOR_BUILD for host tools | Peter Korsgaard | 2008-12-22 | 1 | -5/+5 |
| | |||||
* | x11r7/libX11: use {C,LD}FLAGS_FOR_BUILD for host tools | Peter Korsgaard | 2008-12-22 | 1 | -7/+7 |
| | |||||
* | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | 2008-12-08 | 6 | -9/+9 |
| | |||||
* | x11r7/xkeyboard-config: select xkbcomp | Peter Korsgaard | 2008-10-23 | 1 | -0/+1 |
| | | | | | | xkeyboard-config uses xkbcomp at runtime, so select it. closes #5704. | ||||
* | x11r7/xserver: select cursor font as well | Peter Korsgaard | 2008-10-23 | 1 | -0/+1 |
| | | | | Really closes #5684. | ||||
* | x11r7/xserver: select misc font + font alias | Peter Korsgaard | 2008-10-23 | 1 | -0/+2 |
| | | | | Closes #5684. | ||||
* | x11r7/xclock: don't force libiconv link | Peter Korsgaard | 2008-10-22 | 1 | -2/+0 |
| | | | | Closes #5654. | ||||
* | x11r7/libFS susv3-legacy: update to what got applied upstream | Peter Korsgaard | 2008-10-22 | 1 | -6/+12 |
| | | | | | For details, see: http://lists.freedesktop.org/archives/xorg/2008-October/039630.html | ||||
* | x11r7/xserver: bump version | Peter Korsgaard | 2008-10-21 | 1 | -1/+1 |
| | |||||
* | x11r7/xfs: bump version - fixes CVE-2007-4568 | Peter Korsgaard | 2008-10-21 | 1 | -1/+1 |
| | | | | | For details, see: http://lists.freedesktop.org/archives/xorg-announce/2007-October/000416.html | ||||
* | x11r7/libFS: use memcpy instead of bcopy | Peter Korsgaard | 2008-10-21 | 1 | -0/+69 |
| | |||||
* | package/: remove redundant install-strip in *_TARGET_INSTALL_OPT | Peter Korsgaard | 2008-10-20 | 8 | -15/+0 |
| | | | | It's default now. | ||||
* | x11r7/libXft: use install-strip for target install | Peter Korsgaard | 2008-10-20 | 1 | -0/+2 |
| | | | | Saves ~400 KB | ||||
* | x11r7/libXext: use install-strip for target install | Peter Korsgaard | 2008-10-20 | 1 | -0/+2 |
| | | | | Saves ~400 KB | ||||
* | x11r7/libXi: use install-strip for target install | Peter Korsgaard | 2008-10-20 | 1 | -0/+2 |
| | | | | Saves ~900 KB | ||||
* | x11r7/libXfont: use install-strip for target install | Peter Korsgaard | 2008-10-20 | 1 | -0/+2 |
| | | | | Saves ~800 KB | ||||
* | x11r7/xserver: use install-strip for target install | Peter Korsgaard | 2008-10-19 | 1 | -1/+1 |
| | |||||
* | x11r7/libXt: don't install makestrs | Peter Korsgaard | 2008-10-19 | 1 | -5/+1 |
| | | | | | Don't install makestrs in the first place, instead of removing it afterwards. Fixes cross-strip issue. | ||||
* | x11r7/libXaw: use install-strip for target install | Peter Korsgaard | 2008-10-19 | 1 | -0/+2 |
| | | | | Saves ~3 MB | ||||
* | x11r7/libXt: use install-strip for target install | Peter Korsgaard | 2008-10-19 | 1 | -0/+2 |
| | | | | Saves ~1.4 MB | ||||
* | x11r7/libX11: use install-strip for target install | Peter Korsgaard | 2008-10-19 | 1 | -1/+1 |
| | | | | Saves ~11 MB | ||||
* | xserver_xorg-server: fix missing backslash on end of CONF_OPT | Hans-Christian Egtvedt | 2008-09-30 | 1 | -1/+1 |
| | | | | | | | | This patch adds a missing backslash on a line in the middle of the list of XSERVER_XORG_SERVER_CONF_OPT. Reported-by: Sebastian Matuschka <Sebastian.Matuschka@gcd-solutions.de> | ||||
* | Applied patch from Michel Wilson to allow the cursor in the X root window to | Hamish Moffatt | 2008-09-10 | 2 | -0/+13 |
| | | | | | be disabled. Unfortunately this is a compile-time option. | ||||
* | xapp_xman: fix paths | Peter Korsgaard | 2008-09-07 | 1 | -1/+1 |
| | | | | Patch by Markus Heidelberg <markus.heidelberg@web.de> |