diff options
-rw-r--r-- | meta-oe/recipes-graphics/surf/surf_2.1.bb | 10 |
1 files changed, 7 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 710ed9bce9..51c14624af 100644 --- a/meta-oe/recipes-graphics/surf/surf_2.1.bb +++ b/meta-oe/recipes-graphics/surf/surf_2.1.bb | |||
@@ -9,16 +9,20 @@ DEPENDS = "webkitgtk gtk+3 glib-2.0 gcr" | |||
9 | 9 | ||
10 | REQUIRED_DISTRO_FEATURES = "x11 opengl" | 10 | REQUIRED_DISTRO_FEATURES = "x11 opengl" |
11 | 11 | ||
12 | SRCREV = "bcd7d74e613fb8af11b40c351f0a6c1a771b2d2b" | ||
12 | SRC_URI = "git://git.suckless.org/surf;branch=surf-webkit2 \ | 13 | SRC_URI = "git://git.suckless.org/surf;branch=surf-webkit2 \ |
13 | file://0001-config.mk-Fix-compiler-and-linker.patch \ | ||
14 | file://0001-config.ml-make-compatible-with-webkitgtk-2.34.0.patch \ | ||
15 | " | 14 | " |
16 | SRCREV = "bcd7d74e613fb8af11b40c351f0a6c1a771b2d2b" | 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)}" |
17 | 16 | ||
18 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
19 | 18 | ||
20 | inherit pkgconfig features_check | 19 | inherit pkgconfig features_check |
21 | 20 | ||
21 | PACKAGECONFIG ?= "" | ||
22 | |||
23 | # Enable if soup3 is enabled in webkit recipe | ||
24 | PACKAGECONFIG[soup3] = ",,," | ||
25 | |||
22 | TARGET_CC_ARCH += "${LDFLAGS}" | 26 | TARGET_CC_ARCH += "${LDFLAGS}" |
23 | 27 | ||
24 | do_install () { | 28 | do_install () { |