mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
elementary: Add PACKAGECONFIG for ewebkit and disable it by default
* with floating dependency some packages can fail to detect elementary: Package 'ewebkit', required by 'elementary', not found * webkit-efl isn't in very good shape, so I don't want to force using it on everybody -> disable ewebkit by default Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -19,6 +19,7 @@ EXTRA_OECONF_append_class-target = "\
|
|||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND = "native"
|
||||||
|
|
||||||
PACKAGECONFIG[eweather] = "--enable-eweather,--disable-eweather,libeweather"
|
PACKAGECONFIG[eweather] = "--enable-eweather,--disable-eweather,libeweather"
|
||||||
|
PACKAGECONFIG[ewebkit] = "--with-elementary-web-backend=ewebkit,--with-elementary-web-backend=none,webkit-efl"
|
||||||
|
|
||||||
do_compile_append_class-target() {
|
do_compile_append_class-target() {
|
||||||
sed -i -e s:${STAGING_DIR_TARGET}::g \
|
sed -i -e s:${STAGING_DIR_TARGET}::g \
|
||||||
|
|||||||
Reference in New Issue
Block a user