summaryrefslogtreecommitdiffstats
path: root/meta-moblin/packages/moblin-web-browser/moblin-web-browser_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-moblin/packages/moblin-web-browser/moblin-web-browser_git.bb')
-rw-r--r--meta-moblin/packages/moblin-web-browser/moblin-web-browser_git.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-moblin/packages/moblin-web-browser/moblin-web-browser_git.bb b/meta-moblin/packages/moblin-web-browser/moblin-web-browser_git.bb
new file mode 100644
index 0000000000..bb7e2ff0d7
--- /dev/null
+++ b/meta-moblin/packages/moblin-web-browser/moblin-web-browser_git.bb
@@ -0,0 +1,18 @@
1DESCRIPTION = "Moblin web browser (based on clutter + mozilla-headless/mozilla-offscreen)"
2SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git \
3 file://xpidl.patch;patch=1"
4LICENSE = "LGPLv2.1"
5PV = "0.0+git${SRCPV}"
6PR = "r2"
7
8DEPENDS = "clutter clutter-mozembed clutter-gtk libunique mozilla-headless-services libccss nbtk mozilla-headless"
9
10S = "${WORKDIR}/git"
11
12EXTRA_OECONF = "--with-idl-prefix=${STAGING_DIR_TARGET}/"
13
14FILES_${PN} += "${libdir}/xulrunner-*/chrome/*"
15FILES_${PN} += "${libdir}/xulrunner-*/components/*"
16FILES_${PN}-dbg += "${libdir}/xulrunner-*/components/.debug/*"
17
18inherit autotools_stage