mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-26 21:55:47 +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:
parent
58c538fda7
commit
0e600e3616
@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user