gtk-clearlooks-engine: fix debug packaging

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1984 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2007-06-21 13:51:13 +00:00
parent c0b4013465
commit 451f3b10ff
1 changed files with 2 additions and 0 deletions

View 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