Peter Korsgaard
2de62ac5ad
xutil_makedepend: install to target, not staging
...
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>
2009-07-18 01:17:31 +02:00
Peter Korsgaard
d0f902e82e
mesa3d: compile makedepend (and in turn xproto) for the host
...
The mesa3d build needs makedepend on the host, so compile one in $HOST_DIR.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-07-18 00:16:48 +02:00
Thomas Petazzoni
8c00f43904
xorg: remove useless configuration comment
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-07-17 14:26:50 +02:00
Thomas Petazzoni
2c502491f6
xorg: reindent configuration option details
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-07-17 14:26:29 +02:00
Thomas Petazzoni
1956d0f6d6
xorg: reorganize the selection of the X.org server type
...
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>
2009-07-17 14:20:06 +02:00
Thomas Petazzoni
51ef5b8122
Fix Matchbox build
...
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>
2009-07-01 14:24:47 +02:00
Peter Korsgaard
f6fa84f5ff
xdriver_xf86-input-synaptics: fix download url
...
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>
2009-06-06 21:38:07 +02:00
Peter Korsgaard
555e933bb0
xserver: mark as broken on avr32
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-19 20:10:45 +02:00
Peter Korsgaard
3c1d6d8fc7
mesa: needs C++ support
...
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>
2009-05-19 17:34:49 +02:00
Jim Persson
ab59a44160
mesa: fix build for x86
...
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>
2009-05-19 14:22:48 +02:00
Peter Korsgaard
cccc5a2627
libX11: fix build on hosts without libx11-dev
...
Make sure the build doesn't use keysymdef.h from the host.
2009-03-29 19:10:30 +00:00
Peter Korsgaard
a5eae2a83e
mesa3d: sync kconfig deps with makefile
2009-03-23 12:50:05 +00:00
Peter Korsgaard
cc8ea5e551
libpciaccess: needs large file support
2009-03-23 11:40:10 +00:00
Peter Korsgaard
77754571b2
pkgconfig: add pkgconfig package for target
...
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.
2009-03-18 19:19:10 +00:00
Peter Korsgaard
9c3542dfc7
xserver-xorg: libXtst not needed
2009-03-16 15:48:29 +00:00
Peter Korsgaard
1fe300010f
xserver-xorg: set buildroot mailing list as builder addr
2009-03-16 15:48:21 +00:00
Peter Korsgaard
17b803cd30
xserver-xorg: more optional dependencies
2009-03-16 15:48:14 +00:00
Peter Korsgaard
c1c9f90757
xserver-xorg: dbus is optional
2009-03-16 15:48:07 +00:00
Peter Korsgaard
3e872797d0
xorg_server: cleanup .mk
...
Rearrange lines and get rid of unneeded variables. Should have no functional
change.
2009-03-16 15:47:44 +00:00
Peter Korsgaard
3b5651823b
xserver: 1.5.x needs openssl (for render sha functions)
2009-03-15 07:28:12 +00:00
Peter Korsgaard
59b0aa7a7e
x11r7: update to 7.4
...
Patch by Dan Lykowski <lykowdk@gmail.com>, closes #181 .
Minor fixups for kdrive by me.
2009-03-14 14:59:14 +00:00
Peter Korsgaard
b05b875995
xserver_xorg: add options for builtin fonts and aiglx
...
Patch by Dan Lykowski <lykowdk@gmail.com>
2009-03-13 19:46:03 +00:00
Peter Korsgaard
895cf9e27d
mesa3d: fix makedepend arguments
...
Make sure makedepends only searches the gcc/staging dir, and not the
host include dirs.
2009-02-24 13:30:03 +00:00
Peter Korsgaard
af098e8dfe
mesa: use correct config file for arch
2009-02-24 13:29:59 +00:00
Peter Korsgaard
e51884daa8
mesa3d: use MAKE1 instead of playing around with BR2_JLEVEL
2009-02-24 13:29:55 +00:00
Peter Korsgaard
30392a1bef
xserver-xorg: select mesa3d in kconfig
...
xserver-xorg depends on mesa3d, so select it in kconfig as well.
2009-02-24 13:29:50 +00:00
Peter Korsgaard
0948f8af37
x11/video-xgi: fix vesa/xgi typo
...
Closes #95
2009-02-10 13:01:28 +00:00
Peter Korsgaard
9e7881ccc9
x11r7: make xman and xcb-util visible in Kconfig
...
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
2009-01-31 19:08:20 +00:00
Peter Korsgaard
4a7bfd2775
package/: convert to DOWNLOAD helper
2009-01-16 11:42:52 +00:00
Peter Korsgaard
53b07783da
x11r7/xserver_xorg: breaks with shared cache
...
The package overrides CFLAGS, so disable shared cache.
2008-12-22 22:10:30 +00:00
Peter Korsgaard
2cdd2d9fc2
x11r7/liblbxutil: use {C,LD}FLAGS_FOR_BUILD for host tools
2008-12-22 22:10:22 +00:00
Peter Korsgaard
97dd2d8e73
x11r7/libXt: use {C,LD}FLAGS_FOR_BUILD for host tools
2008-12-22 22:10:18 +00:00
Peter Korsgaard
a2eec4b5ed
x11r7/libX11: use {C,LD}FLAGS_FOR_BUILD for host tools
2008-12-22 22:10:14 +00:00
Peter Korsgaard
ac1d92c425
package/: get rid of unneeded $(strip ..)
2008-12-08 08:15:27 +00:00
Peter Korsgaard
e9008a36bf
x11r7/xkeyboard-config: select xkbcomp
...
xkeyboard-config uses xkbcomp at runtime, so select it.
closes #5704 .
2008-10-23 15:07:34 +00:00
Peter Korsgaard
65815316b4
x11r7/xserver: select cursor font as well
...
Really closes #5684 .
2008-10-23 11:58:50 +00:00
Peter Korsgaard
80790efc5a
x11r7/xserver: select misc font + font alias
...
Closes #5684 .
2008-10-23 10:24:42 +00:00
Peter Korsgaard
29d001a042
x11r7/xclock: don't force libiconv link
...
Closes #5654 .
2008-10-22 20:12:28 +00:00
Peter Korsgaard
9364487c25
x11r7/libFS susv3-legacy: update to what got applied upstream
...
For details, see:
http://lists.freedesktop.org/archives/xorg/2008-October/039630.html
2008-10-22 14:39:46 +00:00
Peter Korsgaard
14717272be
x11r7/xserver: bump version
2008-10-21 19:44:57 +00:00
Peter Korsgaard
79bdd27e5d
x11r7/xfs: bump version - fixes CVE-2007-4568
...
For details, see:
http://lists.freedesktop.org/archives/xorg-announce/2007-October/000416.html
2008-10-21 18:50:49 +00:00
Peter Korsgaard
5b95c921e9
x11r7/libFS: use memcpy instead of bcopy
2008-10-21 15:06:06 +00:00
Peter Korsgaard
e337d002fe
package/: remove redundant install-strip in *_TARGET_INSTALL_OPT
...
It's default now.
2008-10-20 11:53:16 +00:00
Peter Korsgaard
2b6db275f8
x11r7/libXft: use install-strip for target install
...
Saves ~400 KB
2008-10-20 09:52:14 +00:00
Peter Korsgaard
a3aeff1bd8
x11r7/libXext: use install-strip for target install
...
Saves ~400 KB
2008-10-20 09:52:11 +00:00
Peter Korsgaard
56a93caa2a
x11r7/libXi: use install-strip for target install
...
Saves ~900 KB
2008-10-20 09:40:45 +00:00
Peter Korsgaard
2f8d8843ad
x11r7/libXfont: use install-strip for target install
...
Saves ~800 KB
2008-10-20 09:40:41 +00:00
Peter Korsgaard
b0457a0ab7
x11r7/xserver: use install-strip for target install
2008-10-19 21:49:02 +00:00
Peter Korsgaard
9dcce967a8
x11r7/libXt: don't install makestrs
...
Don't install makestrs in the first place, instead of removing it
afterwards. Fixes cross-strip issue.
2008-10-19 21:48:58 +00:00
Peter Korsgaard
b522386129
x11r7/libXaw: use install-strip for target install
...
Saves ~3 MB
2008-10-19 21:48:55 +00:00
Peter Korsgaard
78fa144ee3
x11r7/libXt: use install-strip for target install
...
Saves ~1.4 MB
2008-10-19 21:48:52 +00:00
Peter Korsgaard
efd50b40c0
x11r7/libX11: use install-strip for target install
...
Saves ~11 MB
2008-10-19 21:48:48 +00:00
Hans-Christian Egtvedt
497f55fb21
xserver_xorg-server: fix missing backslash on end of CONF_OPT
...
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>
2008-09-30 07:32:52 +00:00
Hamish Moffatt
84b4e00774
Applied patch from Michel Wilson to allow the cursor in the X root window to
...
be disabled. Unfortunately this is a compile-time option.
2008-09-10 13:16:23 +00:00
Peter Korsgaard
45edd86076
xapp_xman: fix paths
...
Patch by Markus Heidelberg <markus.heidelberg@web.de>
2008-09-07 14:31:32 +00:00
Peter Korsgaard
de824a5915
x11r7: fix long help text lines
2008-08-27 20:19:12 +00:00
Daniel Laird
46f4188446
Move pixman from package/x11r7/pixman to package/pixman
...
Means we can now bounce cairo to 1.6.x series.
pixman is not dependant on x libraries what so over so removed
the dependencies section.
Daniel Laird
2008-08-26 16:27:25 +00:00
Peter Korsgaard
0509df7e7b
openchrome: fix install
...
Closes #4674 .
2008-08-22 14:42:00 +00:00
Peter Korsgaard
02a623ddf9
buildroot: remove trailing spaces
...
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`;
do
sed -i 's/ \+$//' $i;
done
2008-08-04 19:07:05 +00:00
Peter Korsgaard
4683420c4c
Kconfig: remove 'default n'
...
'default n' is the default, so there's no need to say it explicitly.
2008-07-17 20:01:44 +00:00
Ulf Samuelsson
84795834f6
Use correct include dir syntax for xcursor-xthemes
2008-07-10 15:17:03 +00:00
Peter Korsgaard
4dffbc8760
xserver: fix typo
2008-07-01 11:46:50 +00:00
Peter Korsgaard
d3d4cebd41
xserver: disable xephyr/xnest/xvfb servers
...
Disable development xephyr/xnest/xvfb servers (saves ~3MB).
2008-07-01 08:51:25 +00:00
Peter Korsgaard
c41ca2b4d4
libXt: don't install host makestrs in target
2008-06-30 13:24:04 +00:00
Peter Korsgaard
b1f00352b6
xserver-xorg: select dbus
...
xserver-xorg had dbus in it's dependencies, but didn't select it in kconfig.
2008-06-30 13:18:32 +00:00
Peter Korsgaard
5404d73065
x1157: add XGI video driver
...
Based on googlecode r575 by Thiago Correa.
2008-06-30 13:16:00 +00:00
Peter Korsgaard
f49400e63c
x11r7: bump xserver version
...
Based on googlecode r561 by John Voltz.
2008-06-30 13:14:44 +00:00
Peter Korsgaard
235f467b8a
x11r7: fix install to target for drivers
...
Based on googlecode r560 by John Voltz.
2008-06-30 13:12:11 +00:00
Peter Korsgaard
ce10930774
mesa: bump version
...
Based on googlecode r559 by John Voltz.
2008-06-30 13:06:02 +00:00
Peter Korsgaard
b3f8508551
pixman: bump version
...
Based on googlecode r507 by Arnar Mar Sigurdsson.
2008-06-30 13:00:18 +00:00
Peter Korsgaard
d4e56ff4dc
packages: fix xorg to compile modular and tiny versions
...
Based on googlecode r558 by John Voltz.
2008-06-30 12:55:29 +00:00
Peter Korsgaard
af593cbcee
x11r7: add intel xorg video driver
...
Based on googlecode r552 by John Voltz.
2008-06-30 12:49:18 +00:00
Peter Korsgaard
0d59d57230
x11r7: update xorg driver versions to match with X11R7.3
...
Based on googlecode r551 by John Voltz
2008-06-30 12:48:20 +00:00
Peter Korsgaard
a5ac61715b
buildroot: s/depends/depends on/
...
The new kconfig is more strict regarding depends/depends on, so fixup
the tree.
2008-06-19 19:06:25 +00:00
John Voltz
47cb123718
fix broken patch
2008-05-01 19:16:49 +00:00
John Voltz
1aac1affcd
remove libdir-la.patch, handled by Makefile.autotools.in
2008-05-01 19:03:48 +00:00
John Voltz
ac6ab6a254
patch for xserver tslib support
2008-05-01 14:03:20 +00:00
John Voltz
2d1edaa485
some fixes for X
2008-04-24 13:22:14 +00:00
Peter Korsgaard
34274164d9
buildroot: additional -clean target fixes
...
Patch by Hebbar.
2008-04-01 07:03:07 +00:00
John Voltz
cc254eb898
added missing patch
2008-03-08 21:33:40 +00:00
John Voltz
a35586ff06
added missing patch for libX11
2008-03-08 17:31:05 +00:00
John Voltz
f7e1c58a6c
fixed pixman install
2008-03-06 18:48:43 +00:00
John Voltz
1a2b4af3fb
updated xorg to version 7.3 and added all of the fonts
2008-03-06 18:36:12 +00:00
Bernhard Reutner-Fischer
cdb28d18e8
- add a hopefully not whitespace-damaged patch, second take. (Ivan Kuten)
2007-09-29 23:32:39 +00:00
Bernhard Reutner-Fischer
37a0857685
- remove SUSv3 LEGACY function
2007-09-29 21:06:33 +00:00
Bernhard Reutner-Fischer
0f55fe9116
- extend AUTOTARGETS with an argument DIR_PREFIX for the location of the package
...
(Ivan Kuten)
2007-09-29 09:58:13 +00:00
Ulf Samuelsson
5f17c052bc
Update various packages to make X run
2007-09-12 04:37:31 +00:00
Bernhard Reutner-Fischer
6ea7b3016f
- Only include the XORG7 makefiles if we were asked to build any xorg package
2007-09-01 17:06:53 +00:00
Bernhard Reutner-Fischer
c4931c315a
- fix misplaced @
...
- fix typos in x11r7 packages
2007-08-23 11:49:50 +00:00
Bernhard Reutner-Fischer
6547bced93
- global whitespace trimming
2007-08-22 12:35:41 +00:00
Bernhard Reutner-Fischer
956d3eb78b
- semicolon touchup. No other changes
2007-08-22 09:56:41 +00:00
Ulf Samuelsson
784ebe7b7d
Use package/libdrm instead of package/x11r7/libdrm
2007-08-11 23:31:41 +00:00
Ulf Samuelsson
34335d0295
Correct mesa3d-source, use correct patch directory
2007-08-11 10:08:13 +00:00
Eric Andersen
73b19cffde
doh, missed a spot
2007-08-11 00:12:33 +00:00
Eric Andersen
a7e49eb2af
Merge in X11R7 patches from Julien Letessier, posted 04 Jul 2007. Doesn't
...
quite work yet for me, but this clearly is a huge project and not having it
quite work on the first pass is hardly unexpected. We definately want this
stuff in buildroot.
2007-08-10 19:07:51 +00:00