Commit Graph

15 Commits

Author SHA1 Message Date
Thomas Petazzoni
74ecbaa23d xorg: remove the XSERVER variable
The XSERVER variable used to be defined by package/Makefile.in because
the X server package name was different depending on the type of X
server that was choosen. Nowadays, the name of the package is always
xserver_xorg-server, so there's no point in having this XSERVER
intermediate variable.

This patch makes all packages use xserver_xorg-server directly as a
dependency, and removes the XSERVER variable from package/Makefile.in.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-07-24 23:26:48 +02:00
Thomas Petazzoni
cc76043bd4 xorg: simplify dependencies on X.org
Many packages used to depend on BR2_PACKAGE_XORG||BR2_PACKAGE_XORG7,
but this is useless since BR2_PACKAGE_XORG is a non-existing
configuration option. So, these depencies gets simplified to
BR2_PACKAGE_XORG7 only.

Some others were depending on BR2_PACKAGE_TINYX (which doesn't) exist
or BR2_PACKAGE_XSERVER_xorg || BR2_PACKAGE_XSERVER_tiny ||
BR2_PACKAGE_XSERVER_x11r7. Replace all that mess by a simple
dependency on BR2_PACKAGE_XORG7.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-07-17 14:34:22 +02:00
Peter Korsgaard
17e7fbc24a blackbox: needs c++ support 2009-03-14 14:58:40 +00:00
Peter Korsgaard
7259c57976 blackbox: fix build with gcc 4.3.x
Patch by Mathis <mathis_w@gmx.net>, closes #169.
2009-03-13 19:57:44 +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
3f5bbc6926 blackbox: fix long help text lines 2008-08-27 20:19:30 +00:00
Peter Korsgaard
5fb25de717 blackbox: use := assignments 2008-08-26 20:47:05 +00:00
Peter Korsgaard
9a850cd2da blackbox: don't show comment if no xserver is selected 2008-08-26 20:47:01 +00:00
Peter Korsgaard
dda7688100 blackbox: cleanup redundant configure args 2008-08-26 20:46:58 +00:00
Peter Korsgaard
ecb94d810c blackbox: use install-strip for target install 2008-08-26 20:46:55 +00:00
Peter Korsgaard
91fca34777 blackbox: use BR2_SOURCEFORGE_MIRROR
Don't hardcode specific sourceforge mirrors.
2008-08-26 20:46:51 +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
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
4284f53edd added blackbox window manager 2008-03-06 17:55:26 +00:00