74ecbaa23d
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>
17 lines
471 B
Makefile
17 lines
471 B
Makefile
#############################################################
|
|
#
|
|
# midori
|
|
#
|
|
#############################################################
|
|
|
|
MIDORI_VERSION = 0.0.18
|
|
MIDORI_SOURCE = midori-$(MIDORI_VERSION).tar.gz
|
|
MIDORI_SITE = http://software.twotoasts.de/media/midori/
|
|
MIDORI_AUTORECONF = YES
|
|
MIDORI_INSTALL_STAGING = NO
|
|
MIDORI_INSTALL_TARGET = YES
|
|
|
|
MIDORI_DEPENDENCIES = uclibc host-pkgconfig webkit libsexy xserver_xorg-server
|
|
|
|
$(eval $(call AUTOTARGETS,package,midori))
|