git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a0ba74
)
move freetype-config into -dev package
author
Phil Blundell
<philb@gnu.org>
Wed, 12 May 2004 08:04:35 +0000
(08:04 +0000)
committer
Phil Blundell
<philb@gnu.org>
Wed, 12 May 2004 08:04:35 +0000
(08:04 +0000)
BKrev: 40a1da93S55N2FIefr9-aRumGzXxTA
freetype/freetype_2.1.7.oe
patch
|
blob
|
history
diff --git
a/freetype/freetype_2.1.7.oe
b/freetype/freetype_2.1.7.oe
index
71c3c8e
..
ab6968e
100644
(file)
--- a/
freetype/freetype_2.1.7.oe
+++ b/
freetype/freetype_2.1.7.oe
@@
-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"