mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
gthumb, libgnomekbd, gnome-desktop: add dependency on intltool-native
* fixes: WARNING: gnome-desktop-2.32.1-r6 do_configure: Missing DEPENDS on intltool-native WARNING: libgnomekbd-2.32.0-r0 do_configure: Missing DEPENDS on intltool-native WARNING: gthumb-2.12.4-r4 do_configure: Missing DEPENDS on intltool-native Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -12,7 +12,7 @@ SRC_URI[archive.md5sum] = "5c80d628a240eb9d9ff78913b31f2f67"
|
||||
SRC_URI[archive.sha256sum] = "55cbecf67efe1fa1e57ac966520a7c46d799c8ba3c652a1219f60cafccb3739d"
|
||||
GNOME_COMPRESS_TYPE="bz2"
|
||||
|
||||
DEPENDS += "gconf libxrandr virtual/libx11 gtk+ glib-2.0 gnome-doc-utils startup-notification"
|
||||
DEPENDS += "gconf libxrandr virtual/libx11 gtk+ glib-2.0 gnome-doc-utils startup-notification intltool-native"
|
||||
|
||||
EXTRA_OECONF = "--disable-scrollkeeper --disable-desktop-docs --disable-gnome-about"
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY = "gThumb is an image viewer and browser for the GNOME Desktop"
|
||||
SECTION = "x11/gnome"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
||||
DEPENDS = "glib-2.0 gtk+ libxml2 gnome-doc-utils libunique gconf libpng gstreamer jpeg tiff gst-plugins-base"
|
||||
DEPENDS = "glib-2.0 gtk+ libxml2 gnome-doc-utils libunique gconf libpng gstreamer jpeg tiff gst-plugins-base intltool-native"
|
||||
|
||||
PR = "r4"
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=6e29c688d912da12b66b73e32b03d812"
|
||||
|
||||
SECTION = "x11/gnome/libs"
|
||||
|
||||
DEPENDS = "gconf gtk+ glib-2.0 libxklavier"
|
||||
DEPENDS = "gconf gtk+ glib-2.0 libxklavier intltool-native"
|
||||
|
||||
inherit gnome
|
||||
|
||||
|
||||
Reference in New Issue
Block a user