mirror of
https://git.yoctoproject.org/poky
synced 2026-04-28 15:32:27 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2421 311d38ba-8fff-0310-9ca6-ca027cbcb966
14 lines
330 B
BlitzBasic
14 lines
330 B
BlitzBasic
DESCRIPTION = "Matchbox Window Manager Desktop"
|
|
LICENSE = "GPL"
|
|
DEPENDS = "gtk+ startup-notification"
|
|
SECTION = "x11/wm"
|
|
PV = "2.0+svnr${SRCREV}"
|
|
|
|
SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN}-2;proto=http"
|
|
|
|
EXTRA_OECONF = "--enable-startup-notification"
|
|
|
|
S = "${WORKDIR}/${PN}-2"
|
|
|
|
inherit autotools pkgconfig
|