422ce6536b
A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
17 lines
464 B
Makefile
17 lines
464 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 = host-pkgconfig webkit libsexy xserver_xorg-server
|
|
|
|
$(eval $(call AUTOTARGETS,package,midori))
|