xserver_xorg-server: fix _MAKE typo

The variable should be XSERVER_XORG_SERVER_MAKE, not .._XSERVER_MAKE.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2010-07-01 10:02:48 +02:00
parent 8e29430410
commit 09b36fc064
2 changed files with 3 additions and 2 deletions

View File

@ -19,7 +19,8 @@
libart, libfuse, libgpg-error, libidn, liblockfile, links,
lmbench, lrzsz, make, module-init-tools, nbd, ncurses, netperf,
ntfsprogs, openssl, php, qt, quagga, sqlite, sdl, sdl_mixer,
sdl_ttf, squashfs, tn5250, usbutils, xkeyboard-config
sdl_ttf, squashfs, tn5250, usbutils, xkeyboard-config,
xserver_xorg-server
Removed packages: modutils, portage, rxvt

View File

@ -7,7 +7,7 @@
XSERVER_XORG_SERVER_VERSION = 1.7.5
XSERVER_XORG_SERVER_SOURCE = xorg-server-$(XSERVER_XORG_SERVER_VERSION).tar.bz2
XSERVER_XORG_SERVER_SITE = http://xorg.freedesktop.org/releases/individual/xserver
XSERVER_XORG_XSERVER_MAKE = $(MAKE1) # make install fails with parallel make
XSERVER_XORG_SERVER_MAKE = $(MAKE1) # make install fails with parallel make
XSERVER_XORG_SERVER_AUTORECONF = NO
XSERVER_XORG_SERVER_LIBTOOL_PATCH = NO
XSERVER_XORG_SERVER_INSTALL_STAGING = YES