diff options
-rw-r--r-- | meta-moblin/packages/moblin-web-browser/moblin-web-browser_git.bb | 6 |
1 files changed, 4 insertions, 2 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 index cbc3e2dae0..cd7a9f53c5 100644 --- a/meta-moblin/packages/moblin-web-browser/moblin-web-browser_git.bb +++ b/meta-moblin/packages/moblin-web-browser/moblin-web-browser_git.bb | |||
@@ -4,7 +4,7 @@ SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git \ | |||
4 | file://xpidl.patch;patch=1;notrev=a3ea71159bef93dc03762195bd5404a51db5e4a6" | 4 | file://xpidl.patch;patch=1;notrev=a3ea71159bef93dc03762195bd5404a51db5e4a6" |
5 | LICENSE = "LGPLv2.1" | 5 | LICENSE = "LGPLv2.1" |
6 | PV = "0.0+git${SRCPV}" | 6 | PV = "0.0+git${SRCPV}" |
7 | PR = "r8" | 7 | PR = "r9" |
8 | 8 | ||
9 | DEPENDS = "clutter-1.0 clutter-mozembed clutter-gtk libunique mozilla-headless-services libccss nbtk mozilla-headless mutter-moblin" | 9 | DEPENDS = "clutter-1.0 clutter-mozembed clutter-gtk libunique mozilla-headless-services libccss nbtk mozilla-headless mutter-moblin" |
10 | 10 | ||
@@ -12,8 +12,10 @@ S = "${WORKDIR}/git" | |||
12 | 12 | ||
13 | EXTRA_OECONF = "--with-idl-prefix=${STAGING_DIR_TARGET}/" | 13 | EXTRA_OECONF = "--with-idl-prefix=${STAGING_DIR_TARGET}/" |
14 | 14 | ||
15 | FILES_${PN} += "${datadir}/moblin-web-browser/chrome/* ${libdir}/xulrunner-*/chrome/*" | 15 | FILES_${PN} += "${datadir}/moblin-web-browser/chrome/* ${libdir}/xulrunner-*/chrome/* ${datadir}/dbus-1/services/*" |
16 | FILES_${PN} += "${datadir}/moblin-web-browser/components/* ${libdir}/xulrunner-*/components/*" | 16 | FILES_${PN} += "${datadir}/moblin-web-browser/components/* ${libdir}/xulrunner-*/components/*" |
17 | FILES_${PN}-dbg += "${datadir}/moblin-web-browser/components/.debug/* ${libdir}/xulrunner-*/components/.debug/*" | 17 | FILES_${PN}-dbg += "${datadir}/moblin-web-browser/components/.debug/* ${libdir}/xulrunner-*/components/.debug/*" |
18 | 18 | ||
19 | |||
20 | |||
19 | inherit autotools_stage | 21 | inherit autotools_stage |