]> code.ossystems Code Review - openembedded-core.git/commitdiff
gtk-clearlooks-engine: fix debug packaging
authorMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 21 Jun 2007 13:51:13 +0000 (13:51 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 21 Jun 2007 13:51:13 +0000 (13:51 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1984 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/gtk-engines/gtk-clearlooks-engine_0.6.2.bb

index b3bf0b6c59fcddc2edbeba0deb9367cc3d5f506e..6b07f78074216cebe017d8dc3bf65bdf91b98a22 100644 (file)
@@ -2,6 +2,7 @@ SECTION = "x11/base"
 DESCRIPTION = "Clearlooks theme engine for GTK"
 LICENSE = "GPL2"
 DEPENDS = "gtk+"
+PR = "r1"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/clearlooks/clearlooks-0.6.2.tar.bz2"
 
@@ -10,6 +11,7 @@ S = "${WORKDIR}/clearlooks-${PV}"
 PACKAGES += "gtk-theme-clearlooks"
 FILES_${PN} = "${libdir}/gtk-2.0/*/engines/*.so"
 FILES_${PN}-dev = "${libdir}/gtk-2.0/*/engines/*"
+FILES_${PN}-dbg += "${libdir}/gtk-2.0/*/engines/.debug/*"
 FILES_gtk-theme-clearlooks = "${datadir}/icons ${datadir}/themes"
 
 inherit autotools