diff options
author | Mike Westerhof <mwester@dls.net> | 2006-03-25 21:41:06 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-25 21:41:06 +0000 |
commit | bef8adcd76891ad360f7fedaf3f4c433cf6c409f (patch) | |
tree | 48c1683602a6fdbcb67cdaff9c918f3f53f07c71 /packages | |
parent | 93ae5205401e065e7f8ff088c1ecd440d4abcf1f (diff) | |
parent | f99be137f0b52cfb0d568d15707226e26473262e (diff) |
merge of 1f027d0a7ff2fc1d9e55a283b79111f7c0438568
and e4c846c44328910ba55f411d54a32e47cbc2185b
Diffstat (limited to 'packages')
-rw-r--r-- | packages/matchbox-applet-tasks/mb-applet-tasks_1.0.0.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/matchbox-applet-tasks/mb-applet-tasks_1.0.0.bb b/packages/matchbox-applet-tasks/mb-applet-tasks_1.0.0.bb index c8e2ff3fd1..f483d6ec43 100644 --- a/packages/matchbox-applet-tasks/mb-applet-tasks_1.0.0.bb +++ b/packages/matchbox-applet-tasks/mb-applet-tasks_1.0.0.bb @@ -1,8 +1,10 @@ DESCRIPTION = "Tasks applet switcher for matchbox" LICENSE = "GPLv2" -MAINTAINER = "Koen Kooi <koen@dominion.kabel.utwente.nl" +MAINTAINER = "Koen Kooi <koen@dominion.kabel.utwente.nl>" DEPENDS = "gtk+ libwnck libmatchbox" +PR = "r1" + CFLAGS += "-I${STAGING_INCDIR} \ -I${STAGING_INCDIR}/gtk-2.0 \ -I${STAGING_INCDIR}/glib-2.0 \ @@ -17,6 +19,8 @@ SRC_URI = "http://mail.pdaxrom.org/1.1.0beta1/src/${P}.tar.bz2" do_install() { install -d ${D}/${datadir}/applications +install -d ${D}/${bindir} + install -m 755 mb-applet-tasks ${D}/${bindir} install -m 644 mb-applet-tasks.desktop ${D}/${datadir}/applications } |