diff options
-rw-r--r-- | meta-moblin/packages/moblin-web-browser/moblin-web-browser_git.bb | 6 |
1 files changed, 3 insertions, 3 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 3b84542c05..3fcdc32b5e 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 | |||
@@ -12,8 +12,8 @@ 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} += "${libdir}/xulrunner-*/chrome/*" | 15 | FILES_${PN} += "${datadir}/moblin-web-browser/chrome/* ${libdir}/xulrunner-*/chrome/*" |
16 | FILES_${PN} += "${libdir}/xulrunner-*/components/*" | 16 | FILES_${PN} += "${datadir}/moblin-web-browser/components/* ${libdir}/xulrunner-*/components/*" |
17 | FILES_${PN}-dbg += "${libdir}/xulrunner-*/components/.debug/*" | 17 | FILES_${PN}-dbg += "${datadir}/moblin-web-browser/components/.debug/* ${libdir}/xulrunner-*/components/.debug/*" |
18 | 18 | ||
19 | inherit autotools_stage | 19 | inherit autotools_stage |