mirror of
https://git.yoctoproject.org/poky
synced 2026-02-15 05:03:03 +01:00
glib-networking: Inherit gettext
Build fails otherwise if USE_NLS is set to "no". (From OE-Core rev: 4c1f678e4e5383baf40f367e6957dfd33fe52342) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
06db5d95fb
commit
f1cdd6e48f
@@ -24,7 +24,7 @@ PACKAGECONFIG[pkcs11] = "--with-pkcs11,--without-pkcs11,p11-kit"
|
||||
|
||||
EXTRA_OECONF = "--without-gnome-proxy"
|
||||
|
||||
inherit gnomebase
|
||||
inherit gnomebase gettext
|
||||
|
||||
FILES_${PN} += "${libdir}/gio/modules/libgio*.so ${datadir}/dbus-1/services/"
|
||||
FILES_${PN}-dbg += "${libdir}/gio/modules/.debug/"
|
||||
|
||||
Reference in New Issue
Block a user