blob: aba2ffd7895002222a12b0e81da8b2d13187a7ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
SRC_URI = "git://git.moblin.org/mozilla-headless-services.git;protocol=git \
file://confighack.patch;patch=1"
PV = "0.0+git${SRCREV}"
PR = "r1"
DEPENDS = "glib-2.0 dbus mozilla-headless json-glib"
EXTRA_OECONF = "--enable-gnome-proxy"
S = "${WORKDIR}/git"
FILES_${PN} += "${datadir}/dbus-1/services"
inherit autotools_stage
|