move freetype-config into -dev package
authorPhil Blundell <philb@gnu.org>
Wed, 12 May 2004 08:04:35 +0000 (08:04 +0000)
committerPhil Blundell <philb@gnu.org>
Wed, 12 May 2004 08:04:35 +0000 (08:04 +0000)
BKrev: 40a1da93S55N2FIefr9-aRumGzXxTA

freetype/freetype_2.1.7.oe

index 71c3c8e..ab6968e 100644 (file)
@@ -4,6 +4,9 @@ DEPENDS = "virtual/libc"
 SRC_URI = "ftp://ftp.freetype.org/freetype/freetype2/freetype-${PV}.tar.bz2 \
           file://${FILESDIR}/configure.patch;patch=1"
 
+FILES_${PN} = "${libdir}/lib*.so.*"
+FILES_${PN}-dev += " ${bindir}"
+
 inherit autotools  pkgconfig
 
 LIBTOOL = "${S}/builds/unix/${HOST_SYS}-libtool"