diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-05-10 06:29:27 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-05-11 22:39:56 +0200 |
commit | e62d01535ab78e8ff80b730e9b2df903f0747d0c (patch) | |
tree | 1f2851cf6d35b09b5de098744d39c359cd97263e | |
parent | 24b950f76f5f88817991bb9238356325dc43bba6 (diff) | |
download | buildroot-novena-e62d01535ab78e8ff80b730e9b2df903f0747d0c.tar.gz buildroot-novena-e62d01535ab78e8ff80b730e9b2df903f0747d0c.zip |
libart: handle libart2-config script
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | package/libart/libart.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libart/libart.mk b/package/libart/libart.mk index 0505ff5a0..822dbf1b5 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)) |