summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/matchbox-panel/matchbox-panel_0.9.2.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2005-10-11 17:20:26 +0000
committerRichard Purdie <richard@openedhand.com>2005-10-11 17:20:26 +0000
commitea7da1dd061b7ef4eabd61c6073e6a27709fe972 (patch)
tree46f9ce0ed02ec3fc4d82b3e660d7a3a81627243a /openembedded/packages/matchbox-panel/matchbox-panel_0.9.2.bb
parent42974a1e1288e787cb4d5bb66acba691b06209ca (diff)
downloadpoky-ea7da1dd061b7ef4eabd61c6073e6a27709fe972.tar.gz
More merging with OE. Fix settings-daemon depends.
git-svn-id: https://svn.o-hand.com/repos/poky@133 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/matchbox-panel/matchbox-panel_0.9.2.bb')
-rw-r--r--openembedded/packages/matchbox-panel/matchbox-panel_0.9.2.bb22
1 files changed, 2 insertions, 20 deletions
diff --git a/openembedded/packages/matchbox-panel/matchbox-panel_0.9.2.bb b/openembedded/packages/matchbox-panel/matchbox-panel_0.9.2.bb
index 5559929141..2477cd8b2d 100644
--- a/openembedded/packages/matchbox-panel/matchbox-panel_0.9.2.bb
+++ b/openembedded/packages/matchbox-panel/matchbox-panel_0.9.2.bb
@@ -1,24 +1,6 @@
1DESCRIPTION = "Matchbox Window Manager Panel" 1include matchbox-panel.inc
2LICENSE = "GPL"
3DEPENDS = "libmatchbox x11 xext xpm apmd startup-notification virtual/kernel wireless-tools"
4SECTION = "x11/wm"
5PR="r2"
6 2
3PR="r2"
7SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/0.9/${PN}-${PV}.tar.gz" 4SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/0.9/${PN}-${PV}.tar.gz"
8 5
9inherit autotools pkgconfig gettext
10
11CFLAGS += "-D_GNU_SOURCE"
12
13EXTRA_OECONF = "--enable-startup-notification --enable-dnotify"
14EXTRA_OECONF_append_h3600 = " --enable-small-icons "
15EXTRA_OECONF_append_h3900 = " --enable-small-icons "
16EXTRA_OECONF_append_collie = " --enable-small-icons "
17EXTRA_OECONF_append_poodle = " --enable-small-icons "
18EXTRA_OECONF_append_mnci = " --enable-small-icons "
19EXTRA_OECONF_append_integral = " --enable-small-icons "
20
21FILES_${PN} = "${bindir} \
22 ${datadir}/applications \
23 ${datadir}/pixmaps"
24 6