diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-03-31 09:07:54 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-03-31 09:07:54 +0000 |
commit | 7444b6120542910bb80aa23d5711083b90a544a9 (patch) | |
tree | 946da983ad94556af1711d1cc96f6cd8bd69fd91 /xft | |
parent | d11b35a2177e820860f1ac8eee16d854b6a96713 (diff) |
next round of patches courtesy Philip Blundell
BKrev: 406a8a6aqJa40d9Q6CVpDRIg6XvTBQ
Diffstat (limited to 'xft')
-rw-r--r-- | xft/xft-cvs.oe | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/xft/xft-cvs.oe b/xft/xft-cvs.oe index 66e1d59484..3d9e5ecff2 100644 --- a/xft/xft-cvs.oe +++ b/xft/xft-cvs.oe @@ -7,6 +7,11 @@ DESCRIPTION = "X FreeType library. Client-side fonts with FreeType." SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xft" S = "${WORKDIR}/Xft" +FILES_${PN} = ${libdir}/lib*.so.* +FILES_${PN}-dev = ${includedir} ${libdir}/lib*.so ${libdir}/*.la \ + ${libdir}/*.a ${libdir}/pkgconfig \ + ${datadir}/aclocal ${bindir} ${sbindir} + inherit autotools pkgconfig libtool do_stage() { @@ -17,3 +22,9 @@ do_stage() { datadir=/share prefix= } + +python do_package() { + if oe.data.getVar('DEBIAN_NAMES', d, 1): + oe.data.setVar('PKG_${PN}', 'libxft2', d) + oe.build.exec_func('package_do_package', d) +} |