From: Thomas Petazzoni Date: Fri, 10 May 2013 06:29:27 +0000 (+0000) Subject: libart: handle libart2-config script X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e62d01535ab78e8ff80b730e9b2df903f0747d0c;p=buildroot.git libart: handle libart2-config script Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- diff --git a/package/libart/libart.mk b/package/libart/libart.mk index 0505ff5a07..822dbf1b53 100644 --- a/package/libart/libart.mk +++ b/package/libart/libart.mk @@ -9,5 +9,6 @@ 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 +LIBART_CONFIG_SCRIPTS = libart2-config $(eval $(autotools-package))