generic-poky/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb
Marcin Juszkiewicz fe4bd95b09 matchbox-panel-2: added missing dependency on dbus-glib
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4770 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-07-02 14:18:48 +00:00

27 lines
704 B
BlitzBasic

LICENSE = "GPLv2"
PRIORITY = "optional"
DEPENDS = "gtk+ startup-notification apmd dbus dbus-glib"
PV = "0.0+svnr${SRCREV}"
PR = "r3"
RPROVIDES_${PN} = "matchbox-panel"
RREPLACES_${PN} = "matchbox-panel"
RCONFLICTS_${PN} = "matchbox-panel"
SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http"
EXTRA_OECONF = "--enable-startup-notification --enable-dbus"
S = "${WORKDIR}/${PN}"
FILES_${PN} += "${libdir}/matchbox-panel/*.so \
${datadir}/matchbox-panel/brightness/*.png \
${datadir}/matchbox-panel/startup/*.png "
FILES_${PN}-dbg += "${libdir}/matchbox-panel/.debug"
inherit autotools pkgconfig
do_stage() {
autotools_stage_includes
}