mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
telepathy-glib: add gettext to DEPENDS
Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
DESCRIPTION = "Telepathy Framework: GLib-based helper library for connection managers"
|
||||
HOMEPAGE = "http://telepathy.freedesktop.org/wiki/"
|
||||
DEPENDS = "glib-2.0 dbus python-native-runtime dbus-native dbus-glib"
|
||||
DEPENDS = "glib-2.0 dbus python-native-runtime dbus-native dbus-glib gettext"
|
||||
LICENSE = "LGPL"
|
||||
PR = "r0"
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-glib/${P}.tar.gz"
|
||||
|
||||
@@ -10,4 +10,3 @@ inherit autotools_stage pkgconfig
|
||||
|
||||
FILES_${PN} += "${datadir}/telepathy \
|
||||
${datadir}/dbus-1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user