summaryrefslogtreecommitdiffstats
path: root/meta/packages/matchbox-panel
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-10-28 19:33:04 +0000
committerRichard Purdie <richard@openedhand.com>2006-10-28 19:33:04 +0000
commit860b48501cded1035f0589fdbbf45f25a172ca7a (patch)
tree8b067a180ee9561a336e769d54cf96be5fbc2723 /meta/packages/matchbox-panel
parent41588f18a78ebb123f5bd3ff15138ff1e4702249 (diff)
downloadpoky-860b48501cded1035f0589fdbbf45f25a172ca7a.tar.gz
packages: various .debug packaging fixes
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@831 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/matchbox-panel')
-rw-r--r--meta/packages/matchbox-panel/matchbox-panel.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/matchbox-panel/matchbox-panel.inc b/meta/packages/matchbox-panel/matchbox-panel.inc
index d5d3551619..26f15437ad 100644
--- a/meta/packages/matchbox-panel/matchbox-panel.inc
+++ b/meta/packages/matchbox-panel/matchbox-panel.inc
@@ -16,7 +16,7 @@ EXTRA_OECONF_append_poodle = " --enable-small-icons "
16EXTRA_OECONF_append_mnci = " --enable-small-icons " 16EXTRA_OECONF_append_mnci = " --enable-small-icons "
17EXTRA_OECONF_append_integral13 = " --enable-small-icons " 17EXTRA_OECONF_append_integral13 = " --enable-small-icons "
18 18
19FILES_${PN} = "${bindir} \ 19FILES_${PN} = "${bindir}/* \
20 ${datadir}/applications \ 20 ${datadir}/applications \
21 ${datadir}/pixmaps" 21 ${datadir}/pixmaps"
22 22