aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/avahi/mango-lassi_git.bb
blob: fbdf5d9d02d7a905477a839bed2748bef19972e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
DESCRIPTION = "Input sharing, the avahi way"
DEPENDS = "libxtst avahi-ui libnotify gnome-doc-utils-native scrollkeeper-native"
LICENSE = "GPLv2+"

SRCREV = "d50141ce4eb96e7326ba"
PV = "001+${PR}+gitr${SRCREV}"
PR = "r0"

SRC_URI = "git://github.com/herzi/mango-lassi.git;protocol=git"

S = "${WORKDIR}/git"

inherit autotools

do_configure_prepend() {
	touch config.rpath
	gnome-doc-prepare --automake
}

FILES_${PN} += "${datadir}/icons"