Skip to content

Commit

Permalink
webkitgtk: gettext and glib-2.0 native deps are common
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alberto Lopez Perez <[email protected]>
  • Loading branch information
clopez committed Jan 10, 2018
1 parent e9f5120 commit 05f420c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion recipes-browser/webkitgtk/webkitgtk.inc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://Source/WebCore/LICENSE-LGPL-2.1;md5=a778a33ef338abbaf
DEPENDS = "zlib enchant libsoup-2.4 curl libxml2 cairo libxslt libidn gnutls \
gtk+3 gstreamer1.0 gstreamer1.0-plugins-base flex-native icu \
gperf-native perl-native ruby-native sqlite3 \
libwebp harfbuzz glib-2.0"
libwebp harfbuzz glib-2.0 gettext-native glib-2.0-native"

DEPENDS += " ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'gtk+ libxt', '', d)}"
DEPENDS += " ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'virtual/libgl', '', d)}"
Expand Down
2 changes: 1 addition & 1 deletion recipes-browser/webkitgtk/webkitgtk_2.16.6.bb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require webkitgtk.inc

DEPENDS += " libgcrypt gettext-native glib-2.0-native"
DEPENDS += " libgcrypt"

SRC_URI = "\
https://www.webkitgtk.org/releases/webkitgtk-${PV}.tar.xz \
Expand Down
2 changes: 1 addition & 1 deletion recipes-browser/webkitgtk/webkitgtk_2.18.4.bb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require webkitgtk.inc

DEPENDS += " libgcrypt gettext-native glib-2.0-native"
DEPENDS += " libgcrypt"

SRC_URI = "\
https://www.webkitgtk.org/releases/webkitgtk-${PV}.tar.xz \
Expand Down

0 comments on commit 05f420c

Please sign in to comment.