]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
xorg: remove the XSERVER variable
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 17 Jul 2009 14:26:29 +0000 (16:26 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 24 Jul 2009 21:26:48 +0000 (23:26 +0200)
commit74ecbaa23da486182a1bb20b43361aaf2a478877
tree2b884fababa50877fd39f1dc127d81446ef0bf87
parentb36a5894809b71b65da3fcfa8ba4b2a645c01194
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>
20 files changed:
package/Makefile.in
package/blackbox/blackbox.mk
package/cairo/cairo.mk
package/dillo/dillo.mk
package/docker/docker.mk
package/fltk/fltk.mk
package/games/ace_of_penguins/ace_of_penguins.mk
package/java/classpath/classpath.mk
package/java/jamvm/jamvm.mk
package/libgtk12/libgtk12.mk
package/libgtk2/libgtk2.mk
package/metacity/metacity.mk
package/midori/midori.mk
package/pango/pango.mk
package/rdesktop/rdesktop.mk
package/rxvt/rxvt.mk
package/synergy/synergy.mk
package/xpdf/xpdf.mk
package/xvkbd/Config.in
package/xvkbd/xvkbd.mk