e1502ebc0c
Also remove the redundant $(call ...). This is a purely mechanical change, performed with find package linux toolchain boot -name \*.mk | \ xargs sed -i -e 's/$(eval $(call GENTARGETS))/$(eval $(generic-package))/' \ -e 's/$(eval $(call AUTOTARGETS))/$(eval $(autotools-package))/' \ -e 's/$(eval $(call CMAKETARGETS))/$(eval $(cmake-package))/' Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 lines
368 B
Makefile
14 lines
368 B
Makefile
#############################################################
|
|
#
|
|
# libart
|
|
#
|
|
#############################################################
|
|
|
|
LIBART_VERSION = 2.3.21
|
|
LIBART_SOURCE = libart_lgpl-$(LIBART_VERSION).tar.gz
|
|
LIBART_SITE = http://ftp.gnome.org/pub/gnome/sources/libart_lgpl/2.3/
|
|
LIBART_AUTORECONF = YES
|
|
LIBART_INSTALL_STAGING = YES
|
|
|
|
$(eval $(autotools-package))
|