mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
yelp: use libsoup-3.0 by default
Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -22,11 +22,13 @@ DEPENDS += " \
|
|||||||
webkitgtk \
|
webkitgtk \
|
||||||
yelp-xsl \
|
yelp-xsl \
|
||||||
"
|
"
|
||||||
PACKAGECONFIG ?= ""
|
PACKAGECONFIG_SOUP ?= "soup3"
|
||||||
|
PACKAGECONFIG ??= "${PACKAGECONFIG_SOUP}"
|
||||||
|
|
||||||
# Enable if soup3 is enabled in webkit recipe
|
PACKAGECONFIG[soup2] = "--with-webkit2gtk-4-0,,"
|
||||||
PACKAGECONFIG[soup3] = ",--with-webkit2gtk-4-0,"
|
PACKAGECONFIG[soup3] = ",--with-webkit2gtk-4-0,"
|
||||||
|
|
||||||
|
|
||||||
do_configure:prepend() {
|
do_configure:prepend() {
|
||||||
export ITSTOOL=${STAGING_BINDIR_NATIVE}/itstool
|
export ITSTOOL=${STAGING_BINDIR_NATIVE}/itstool
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user