diff options
author | Richard Purdie <richard@openedhand.com> | 2008-02-22 00:55:47 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-02-22 00:55:47 +0000 |
commit | 4dccc9148fd0b73a4c984dd0c99affcaf11a3116 (patch) | |
tree | 75f5316648b881818ebca4cebb81d705d9071667 /meta/packages/pango/pango.inc | |
parent | 7a8e799a51f9f55dd1e6f04f9244f1bc8739aee5 (diff) | |
download | poky-4dccc9148fd0b73a4c984dd0c99affcaf11a3116.tar.gz |
glib/freetype/gtk+/pango: Use SOLIBS in FILES
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3853 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/pango/pango.inc')
-rw-r--r-- | meta/packages/pango/pango.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/pango/pango.inc b/meta/packages/pango/pango.inc index c1f4abf7a2..6dd6cd4863 100644 --- a/meta/packages/pango/pango.inc +++ b/meta/packages/pango/pango.inc | |||
@@ -28,7 +28,7 @@ EXTRA_OECONF = "--disable-glibtest \ | |||
28 | LEAD_SONAME = "libpango-1.0*" | 28 | LEAD_SONAME = "libpango-1.0*" |
29 | LIBV = "1.6.0" | 29 | LIBV = "1.6.0" |
30 | 30 | ||
31 | FILES_${PN} = "/etc ${bindir}/* ${libdir}/libpango*.so.*" | 31 | FILES_${PN} = "/etc ${bindir}/* ${libdir}/libpango*${SOLIBS}" |
32 | FILES_${PN}-dbg += "${libdir}/pango/${LIBV}/modules/.debug" | 32 | FILES_${PN}-dbg += "${libdir}/pango/${LIBV}/modules/.debug" |
33 | FILES_${PN}-dev += "${libdir}/pango/${LIBV}/modules/*.la" | 33 | FILES_${PN}-dev += "${libdir}/pango/${LIBV}/modules/*.la" |
34 | 34 | ||