diff options
Diffstat (limited to 'meta-oe/recipes-graphics/surf/surf_2.1.bb')
| -rw-r--r-- | meta-oe/recipes-graphics/surf/surf_2.1.bb | 12 |
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 | ||
| 10 | REQUIRED_DISTRO_FEATURES = "x11 opengl" | 10 | REQUIRED_DISTRO_FEATURES = "x11 opengl" |
| 11 | 11 | ||
| 12 | SRCREV = "665a709b522a6fa18c671f1fc41297603292d0e8" | 12 | SRCREV = "48517e586cdc98bc1af7115674b554cc70c8bc2e" |
| 13 | SRC_URI = "git://git.suckless.org/surf;branch=surf-webkit2 \ | 13 | SRC_URI = "git://git.suckless.org/surf;branch=surf-webkit2 \ |
| 14 | file://0001-config.mk-Fix-compiler-and-linker.patch \ | ||
| 14 | " | 15 | " |
| 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 | |||
| 17 | |||
| 18 | inherit pkgconfig features_check | 16 | inherit pkgconfig features_check |
| 19 | 17 | ||
| 20 | PACKAGECONFIG_SOUP ?= "soup3" | ||
| 21 | PACKAGECONFIG ??= "${PACKAGECONFIG_SOUP}" | ||
| 22 | |||
| 23 | PACKAGECONFIG[soup2] = ",,," | ||
| 24 | PACKAGECONFIG[soup3] = ",,," | ||
| 25 | |||
| 26 | TARGET_CC_ARCH += "${LDFLAGS}" | 18 | TARGET_CC_ARCH += "${LDFLAGS}" |
| 27 | 19 | ||
| 28 | do_install () { | 20 | do_install () { |
