summaryrefslogtreecommitdiffstats
path: root/package/x11r7
Commit message (Collapse)AuthorAgeFilesLines
* xorg: add a new cross-compile fix for libXt 1.0.6Thomas Petazzoni2009-07-282-1/+30
| | | | | | | | | | | | The cross-compile fix included in mainline of libXt between 1.0.5 and 1.0.6 is not sufficient. It allows to pass a different compiler for the host tools, but still uses the TARGET_CFLAGS/TARGET_LDFLAGS to compile the host tools, which obviously isn't correct. The new patch allows to use the CFLAGS_FOR_BUILD/LDFLAGS_FOR_BUILD variables as the CFLAGS/LDFLAGS to build the host tools. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xorg: bump version of xutil/macros to 1.2.2Thomas Petazzoni2009-07-284-24/+17
| | | | | | | | | | | | | This version bump is required by the bump of xlib_libXt from 1.0.5 to 1.0.6 (1.0.6 requires at least xutil/macros 1.2). The linuxdoc patch is removed, since it has been merged upstream, at http://cgit.freedesktop.org/xorg/util/macros/commit/?id=e20c503d24e5ccf03035aa0f6d833d235d2179df The other patch exposing STAGING_DIR is kept, as it is Buildroot specific. It has just been updated to resolve conflicts. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xorg: bump X.org server version to 1.5.3Thomas Petazzoni2009-07-281-1/+1
| | | | | | | | This version contains a fix to allow the compilation of the Xvesa server against recent versions of the kernel headers (fix http://cgit.freedesktop.org/xorg/xserver/commit/?h=server-1.5-branch&id=992a7168f0db5733fe4a6cbd2f40c6b1f2a150e0) Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xorg: bump libXt to 1.0.6Thomas Petazzoni2009-07-282-53/+1
| | | | | | | | | Bump libXt to 1.0.6 and remove the xlib_libXt-1.0.5-makestrs-nocc.patch, which has been included in a better form in upstream: http://cgit.freedesktop.org/xorg/lib/libXt/commit/?id=36e9f0d351afbf7fd2595990b2d39e7c551f6420 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xf86-video-intel: Fixed cross-compile patch to apply to version 2.4.2Maurice van der Pot2009-07-271-23/+19
| | | | | Signed-off-by: Maurice van der Pot <griffon26@kfk4ever.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Merge branch 'xorg' of git://git.busybox.net/~tpetazzoni/git/buildrootPeter Korsgaard2009-07-253-33/+85
|\
| * xorg server: remove dependenciesThomas Petazzoni2009-07-242-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, the X.org server selection always trigger the compilation and installation of libXt (the X toolkit) and libXaw (Athena Widget toolkits), which is are legacy toolkits not used by modern toolkits (Gtk, Qt, etc.). They are only used by old X11 applications that are typically not used on embedded systems. Not compiling them save compilation time, and more importantly, space on the target. We also remove the compilation on xlib_libxkbui, libxmu and libxpm, because they all depend on libXt. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * xorg server: beautify list of dependenciesThomas Petazzoni2009-07-241-13/+53
| | | | | | | | | | | | | | | | Reorganize the list of depencies with a sane indentation level, and one dependency per line. Yes, the list is long, but is easier to read, and future patches modifying this list will be easier to review. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * xorg: remove useless configuration commentThomas Petazzoni2009-07-171-4/+0
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * xorg: reindent configuration option detailsThomas Petazzoni2009-07-171-9/+8
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * xorg: reorganize the selection of the X.org server typeThomas Petazzoni2009-07-171-3/+28
| | | | | | | | | | | | | | | | | | | | | | The selection of the X.org server type was really strange. The user had to select between none, tinyx and modular. Now, the menuconfig interface display a single item for X.org, that can be selected/unselected. This entry contains a submenu, that allows to select the type of the X.org server (tinyX or modular) and that allows (as before) to enable/disable X.org libraries, drivers, etc. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | xutil_makedepend: install to target, not stagingPeter Korsgaard2009-07-181-2/+2
| | | | | | | | | | | | | | makedepend is a program, not a library - So makedepend for the target should get installed to target_dir and not to staging_dir. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | mesa3d: compile makedepend (and in turn xproto) for the hostPeter Korsgaard2009-07-183-1/+87
|/ | | | | | The mesa3d build needs makedepend on the host, so compile one in $HOST_DIR. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Fix Matchbox buildThomas Petazzoni2009-07-012-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 urlPeter Korsgaard2009-06-061-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 avr32Peter Korsgaard2009-05-191-0/+4
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mesa: needs C++ supportPeter Korsgaard2009-05-191-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 x86Jim Persson2009-05-191-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-devPeter Korsgaard2009-03-293-41/+58
| | | | Make sure the build doesn't use keysymdef.h from the host.
* mesa3d: sync kconfig deps with makefilePeter Korsgaard2009-03-231-0/+6
|
* libpciaccess: needs large file supportPeter Korsgaard2009-03-231-0/+4
|
* pkgconfig: add pkgconfig package for targetPeter Korsgaard2009-03-182-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 neededPeter Korsgaard2009-03-162-2/+1
|
* xserver-xorg: set buildroot mailing list as builder addrPeter Korsgaard2009-03-161-0/+1
|
* xserver-xorg: more optional dependenciesPeter Korsgaard2009-03-162-7/+20
|
* xserver-xorg: dbus is optionalPeter Korsgaard2009-03-162-2/+6
|
* xorg_server: cleanup .mkPeter Korsgaard2009-03-161-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 Korsgaard2009-03-151-0/+1
|
* x11r7: update to 7.4Peter Korsgaard2009-03-14164-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 aiglxPeter Korsgaard2009-03-132-4/+30
| | | | Patch by Dan Lykowski <lykowdk@gmail.com>
* mesa3d: fix makedepend argumentsPeter Korsgaard2009-02-241-3/+4
| | | | | Make sure makedepends only searches the gcc/staging dir, and not the host include dirs.
* mesa: use correct config file for archPeter Korsgaard2009-02-241-1/+15
|
* mesa3d: use MAKE1 instead of playing around with BR2_JLEVELPeter Korsgaard2009-02-241-2/+1
|
* xserver-xorg: select mesa3d in kconfigPeter Korsgaard2009-02-242-1/+2
| | | | xserver-xorg depends on mesa3d, so select it in kconfig as well.
* x11/video-xgi: fix vesa/xgi typoPeter Korsgaard2009-02-102-2/+2
| | | | Closes #95
* x11r7: make xman and xcb-util visible in KconfigPeter Korsgaard2009-01-313-3/+11
| | | | Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
* package/: convert to DOWNLOAD helperPeter Korsgaard2009-01-164-4/+4
|
* x11r7/xserver_xorg: breaks with shared cachePeter Korsgaard2008-12-221-0/+1
| | | | The package overrides CFLAGS, so disable shared cache.
* x11r7/liblbxutil: use {C,LD}FLAGS_FOR_BUILD for host toolsPeter Korsgaard2008-12-221-6/+6
|
* x11r7/libXt: use {C,LD}FLAGS_FOR_BUILD for host toolsPeter Korsgaard2008-12-221-5/+5
|
* x11r7/libX11: use {C,LD}FLAGS_FOR_BUILD for host toolsPeter Korsgaard2008-12-221-7/+7
|
* package/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-086-9/+9
|
* x11r7/xkeyboard-config: select xkbcompPeter Korsgaard2008-10-231-0/+1
| | | | | | xkeyboard-config uses xkbcomp at runtime, so select it. closes #5704.
* x11r7/xserver: select cursor font as wellPeter Korsgaard2008-10-231-0/+1
| | | | Really closes #5684.
* x11r7/xserver: select misc font + font aliasPeter Korsgaard2008-10-231-0/+2
| | | | Closes #5684.
* x11r7/xclock: don't force libiconv linkPeter Korsgaard2008-10-221-2/+0
| | | | Closes #5654.
* x11r7/libFS susv3-legacy: update to what got applied upstreamPeter Korsgaard2008-10-221-6/+12
| | | | | For details, see: http://lists.freedesktop.org/archives/xorg/2008-October/039630.html
* x11r7/xserver: bump versionPeter Korsgaard2008-10-211-1/+1
|
* x11r7/xfs: bump version - fixes CVE-2007-4568Peter Korsgaard2008-10-211-1/+1
| | | | | For details, see: http://lists.freedesktop.org/archives/xorg-announce/2007-October/000416.html
* x11r7/libFS: use memcpy instead of bcopyPeter Korsgaard2008-10-211-0/+69
|