blob: eb9671acc865cdc2c727fd010a180e6da3e45a2a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
DESCRIPTION = "Data synchronization tool"
SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git;branch=syncevolution-0-9-branch"
LICENSE = "LGPLv2.1"
PV = "0.0+git${SRCPV}"
PR = "r0"
DEPENDS = "libsynthesis libsoup curl boost nbtk dbus-glib glib-2.0 libglade libunique"
EXTRA_OECONF = "--enable-gui=moblin"
S = "${WORKDIR}/git"
inherit autotools_stage
do_configure_prepend () {
${S}/gen-autotools.sh
}
|