summaryrefslogtreecommitdiff
path: root/meta/packages/gtk+
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-02-22 00:55:47 +0000
committerRichard Purdie <richard@openedhand.com>2008-02-22 00:55:47 +0000
commit4dccc9148fd0b73a4c984dd0c99affcaf11a3116 (patch)
tree75f5316648b881818ebca4cebb81d705d9071667 /meta/packages/gtk+
parent7a8e799a51f9f55dd1e6f04f9244f1bc8739aee5 (diff)
downloadopenembedded-core-4dccc9148fd0b73a4c984dd0c99affcaf11a3116.tar.gz
openembedded-core-4dccc9148fd0b73a4c984dd0c99affcaf11a3116.tar.bz2
openembedded-core-4dccc9148fd0b73a4c984dd0c99affcaf11a3116.tar.xz
openembedded-core-4dccc9148fd0b73a4c984dd0c99affcaf11a3116.zip
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/gtk+')
-rw-r--r--meta/packages/gtk+/gtk+.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/gtk+/gtk+.inc b/meta/packages/gtk+/gtk+.inc
index 4b896ebdd..ac545f946 100644
--- a/meta/packages/gtk+/gtk+.inc
+++ b/meta/packages/gtk+/gtk+.inc
@@ -12,7 +12,7 @@ inherit autotools pkgconfig
FILES_${PN} = "${bindir}/gdk-pixbuf-query-loaders \
${bindir}/gtk-update-icon-cache \
${bindir}/gtk-query-immodules-2.0 \
- ${libdir}/lib*.so.* \
+ ${libdir}/lib*${SOLIBS} \
${datadir}/themes ${sysconfdir} \
${libdir}/gtk-2.0/${LIBV}/engines/libpixmap.so"