diff options
| author | Markus Volk <f_l_k@t-online.de> | 2022-11-07 20:04:54 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-11-09 10:17:15 -0800 |
| commit | 476aab4fbcfaccf6a9a86e85286542abd5d1d4c0 (patch) | |
| tree | 5ba0892f36b675e42541f09e850f65766ad48103 | |
| parent | 0e600e3616d1c5c52f8f218de3f80cc6ea5fe078 (diff) | |
| download | meta-openembedded-476aab4fbcfaccf6a9a86e85286542abd5d1d4c0.tar.gz | |
surf: 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>
| -rw-r--r-- | meta-oe/recipes-graphics/surf/surf_2.1.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-oe/recipes-graphics/surf/surf_2.1.bb b/meta-oe/recipes-graphics/surf/surf_2.1.bb index 51c14624af..45ae79305a 100644 --- a/meta-oe/recipes-graphics/surf/surf_2.1.bb +++ b/meta-oe/recipes-graphics/surf/surf_2.1.bb | |||
| @@ -12,15 +12,16 @@ REQUIRED_DISTRO_FEATURES = "x11 opengl" | |||
| 12 | SRCREV = "bcd7d74e613fb8af11b40c351f0a6c1a771b2d2b" | 12 | SRCREV = "bcd7d74e613fb8af11b40c351f0a6c1a771b2d2b" |
| 13 | SRC_URI = "git://git.suckless.org/surf;branch=surf-webkit2 \ | 13 | SRC_URI = "git://git.suckless.org/surf;branch=surf-webkit2 \ |
| 14 | " | 14 | " |
| 15 | SRC_URI += "${@bb.utils.contains('PACKAGECONFIG', 'soup3', 'file://0001-config.mk-Fix-compiler-and-linke,ig.ml-make-compatible-with-webkitgtk-2.34.0.patch', '', d)}" | 15 | SRC_URI += "${@bb.utils.contains('PACKAGECONFIG', 'soup3', 'file://0001-config.mk-Fix-compiler-and-linker.patch file://0001-config.ml-make-compatible-with-webkitgtk-2.34.0.patch', '', d)}" |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
| 18 | 18 | ||
| 19 | inherit pkgconfig features_check | 19 | inherit pkgconfig features_check |
| 20 | 20 | ||
| 21 | PACKAGECONFIG ?= "" | 21 | PACKAGECONFIG_SOUP ?= "soup3" |
| 22 | PACKAGECONFIG ??= "${PACKAGECONFIG_SOUP}" | ||
| 22 | 23 | ||
| 23 | # Enable if soup3 is enabled in webkit recipe | 24 | PACKAGECONFIG[soup2] = ",,," |
| 24 | PACKAGECONFIG[soup3] = ",,," | 25 | PACKAGECONFIG[soup3] = ",,," |
| 25 | 26 | ||
| 26 | TARGET_CC_ARCH += "${LDFLAGS}" | 27 | TARGET_CC_ARCH += "${LDFLAGS}" |
