Commit b767b8d1 authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Peter Korsgaard
Browse files

libart: fix staging install



The libart package had a couple of typos so it never really installed to
staging. So fix it.

Signed-off-by: default avatarGustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 5fd095b3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,8 +14,8 @@
	luasocket, rings, wsapi, xavante

	Updated/fixed packages: busybox, cdrkit, file, gawk,
	gstreamer, intltool, ipsec-tools, iptables, libidn, lmbench,
	netperf, openssl, php, qt, sqlite, tn5250, usbutils,
	gstreamer, intltool, ipsec-tools, iptables, libart, libidn,
	lmbench, netperf, openssl, php, qt, sqlite, tn5250, usbutils,
	xkeyboard-config

	Removed packages: modutils
+1 −2
Original line number Diff line number Diff line
@@ -8,7 +8,6 @@ LIBART_VERSION = 2.3.20
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_STAGING = YES
LIBART_TARGET = YES
LIBART_INSTALL_STAGING = YES

$(eval $(call AUTOTARGETS,package,libart))