summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/surf/surf_2.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-graphics/surf/surf_2.1.bb')
-rw-r--r--meta-oe/recipes-graphics/surf/surf_2.1.bb7
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"
12SRCREV = "bcd7d74e613fb8af11b40c351f0a6c1a771b2d2b" 12SRCREV = "bcd7d74e613fb8af11b40c351f0a6c1a771b2d2b"
13SRC_URI = "git://git.suckless.org/surf;branch=surf-webkit2 \ 13SRC_URI = "git://git.suckless.org/surf;branch=surf-webkit2 \
14 " 14 "
15SRC_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)}" 15SRC_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
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
18 18
19inherit pkgconfig features_check 19inherit pkgconfig features_check
20 20
21PACKAGECONFIG ?= "" 21PACKAGECONFIG_SOUP ?= "soup3"
22PACKAGECONFIG ??= "${PACKAGECONFIG_SOUP}"
22 23
23# Enable if soup3 is enabled in webkit recipe 24PACKAGECONFIG[soup2] = ",,,"
24PACKAGECONFIG[soup3] = ",,," 25PACKAGECONFIG[soup3] = ",,,"
25 26
26TARGET_CC_ARCH += "${LDFLAGS}" 27TARGET_CC_ARCH += "${LDFLAGS}"