mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +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"
|
||||
|
||||
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() {
|
||||
sed -i -e s:${STAGING_DIR_TARGET}::g \
|
||||
|
||||
Reference in New Issue
Block a user