diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-06-07 11:01:13 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-06-07 11:01:13 +0000 |
commit | c3da259f46b41dfabc62918d7d687dd2943368ed (patch) | |
tree | 3ac6b2faf50644393d4ac8c6bcaee02fcd64e39f /meta/packages | |
parent | 6effc76cc40932c6cc2b774c3cbccf8ad07c0b49 (diff) | |
download | openembedded-core-c3da259f46b41dfabc62918d7d687dd2943368ed.tar.gz openembedded-core-c3da259f46b41dfabc62918d7d687dd2943368ed.tar.bz2 openembedded-core-c3da259f46b41dfabc62918d7d687dd2943368ed.zip |
gtk-industrial-engine: fixed debug packaging
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1883 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/gtk-engines/gtk-industrial-engine_2.6.11.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/gtk-engines/gtk-industrial-engine_2.6.11.bb b/meta/packages/gtk-engines/gtk-industrial-engine_2.6.11.bb index 8df954ddcc..c1fc676a75 100644 --- a/meta/packages/gtk-engines/gtk-industrial-engine_2.6.11.bb +++ b/meta/packages/gtk-engines/gtk-industrial-engine_2.6.11.bb @@ -2,6 +2,7 @@ SECTION = "x11/base" DESCRIPTION = "Industrial theme engine for GTK" LICENSE = "GPL2" DEPENDS = "gtk+" +PR = "r1" include gtk-engines_2.6.inc @@ -20,4 +21,4 @@ PACKAGES += "gtk-theme-industrial" FILES_${PN} = "${libdir}/gtk-2.0/*/engines/*.so" FILES_${PN}-dev = "${libdir}/gtk-2.0/*/engines/*" FILES_gtk-theme-industrial = "${datadir}/icons ${datadir}/themes" - +FILES_${PN}-dbg = "${libdir}/gtk-2.0/*/engines/.debug" |