summaryrefslogtreecommitdiffstats
path: root/meta/packages
diff options
context:
space:
mode:
authorJorn Baayen <jorn@openedhand.com>2006-08-25 11:41:22 +0000
committerJorn Baayen <jorn@openedhand.com>2006-08-25 11:41:22 +0000
commit21775248d7943495fa40fa094babf76e823a0dcc (patch)
tree8371c49bf8c8b4f1efd77d539526d71b4c1594d6 /meta/packages
parent55b765064de10fd49f4ea5df29e38e7d8329e570 (diff)
downloadpoky-21775248d7943495fa40fa094babf76e823a0dcc.tar.gz
updated matchbox-panel-2 packaging
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@639 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-rw-r--r--meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb b/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb
index 398177d81d..aae703a921 100644
--- a/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb
+++ b/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb
@@ -2,15 +2,16 @@ LICENSE = "GPLv2"
2PRIORITY = "optional" 2PRIORITY = "optional"
3MAINTAINER = "Chris Lord <chris@openedhand.com>" 3MAINTAINER = "Chris Lord <chris@openedhand.com>"
4PV = "0.0+svn${SRCDATE}" 4PV = "0.0+svn${SRCDATE}"
5DEPENDS = "gtk+ startup-notification" 5DEPENDS = "gtk+ startup-notification libapm"
6 6
7SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" 7SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http"
8 8
9EXTRA_OECONF = "--enable-startup-notification" 9EXTRA_OECONF = "--enable-startup-notification --disable-libnotify"
10 10
11S = ${WORKDIR}/${PN} 11S = ${WORKDIR}/${PN}
12 12
13FILES_${PN} += "${libdir}/matchbox-panel/*.so.*" 13FILES_${PN} += "${libdir}/matchbox-panel/*.so.* \
14 $(datadir}/matchbox-panel"
14FILES_${PN}-dev += "${libdir}/matchbox-panel/*.so ${libdir}/matchbox-panel/*.la \ 15FILES_${PN}-dev += "${libdir}/matchbox-panel/*.so ${libdir}/matchbox-panel/*.la \
15 ${libdir}/matchbox-panel/*.a" 16 ${libdir}/matchbox-panel/*.a"
16 17