diff options
author | Jorn Baayen <jorn@openedhand.com> | 2006-08-25 11:41:22 +0000 |
---|---|---|
committer | Jorn Baayen <jorn@openedhand.com> | 2006-08-25 11:41:22 +0000 |
commit | 21775248d7943495fa40fa094babf76e823a0dcc (patch) | |
tree | 8371c49bf8c8b4f1efd77d539526d71b4c1594d6 /meta | |
parent | 55b765064de10fd49f4ea5df29e38e7d8329e570 (diff) | |
download | openembedded-core-21775248d7943495fa40fa094babf76e823a0dcc.tar.gz openembedded-core-21775248d7943495fa40fa094babf76e823a0dcc.tar.bz2 openembedded-core-21775248d7943495fa40fa094babf76e823a0dcc.tar.xz openembedded-core-21775248d7943495fa40fa094babf76e823a0dcc.zip |
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')
-rw-r--r-- | meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb | 7 |
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 398177d81..aae703a92 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" PRIORITY = "optional" MAINTAINER = "Chris Lord <chris@openedhand.com>" PV = "0.0+svn${SRCDATE}" -DEPENDS = "gtk+ startup-notification" +DEPENDS = "gtk+ startup-notification libapm" SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" -EXTRA_OECONF = "--enable-startup-notification" +EXTRA_OECONF = "--enable-startup-notification --disable-libnotify" S = ${WORKDIR}/${PN} -FILES_${PN} += "${libdir}/matchbox-panel/*.so.*" +FILES_${PN} += "${libdir}/matchbox-panel/*.so.* \ + $(datadir}/matchbox-panel" FILES_${PN}-dev += "${libdir}/matchbox-panel/*.so ${libdir}/matchbox-panel/*.la \ ${libdir}/matchbox-panel/*.a" |