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.bb12
1 files changed, 2 insertions, 10 deletions
diff --git a/meta-oe/recipes-graphics/surf/surf_2.1.bb b/meta-oe/recipes-graphics/surf/surf_2.1.bb
index 258c78e509..6da7a0d93e 100644
--- a/meta-oe/recipes-graphics/surf/surf_2.1.bb
+++ b/meta-oe/recipes-graphics/surf/surf_2.1.bb
@@ -9,20 +9,12 @@ DEPENDS = "webkitgtk3 gtk+3 glib-2.0 gcr3"
9 9
10REQUIRED_DISTRO_FEATURES = "x11 opengl" 10REQUIRED_DISTRO_FEATURES = "x11 opengl"
11 11
12SRCREV = "665a709b522a6fa18c671f1fc41297603292d0e8" 12SRCREV = "48517e586cdc98bc1af7115674b554cc70c8bc2e"
13SRC_URI = "git://git.suckless.org/surf;branch=surf-webkit2 \ 13SRC_URI = "git://git.suckless.org/surf;branch=surf-webkit2 \
14 file://0001-config.mk-Fix-compiler-and-linker.patch \
14 " 15 "
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
17
18inherit pkgconfig features_check 16inherit pkgconfig features_check
19 17
20PACKAGECONFIG_SOUP ?= "soup3"
21PACKAGECONFIG ??= "${PACKAGECONFIG_SOUP}"
22
23PACKAGECONFIG[soup2] = ",,,"
24PACKAGECONFIG[soup3] = ",,,"
25
26TARGET_CC_ARCH += "${LDFLAGS}" 18TARGET_CC_ARCH += "${LDFLAGS}"
27 19
28do_install () { 20do_install () {