mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
libxpm: add explicit gettext-native dependency
In an issue similar to "atk: add explicit gettext-native dependency" (964ea8bfc455f6017dc834104d96b8f5aa40a5bc) we need to add gettext-native to DEPENDS explicitly as the gettext class reduces dependencies in native builds. (From OE-Core rev: 1946898d858bf783efcb3313fa84e9c4ce3e217e) Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
02117d2b62
commit
4a7855e3f0
@@ -12,7 +12,7 @@ protocol."
|
||||
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=51f4270b012ecd4ab1a164f5f4ed6cf7"
|
||||
DEPENDS += "libxext libsm libxt"
|
||||
DEPENDS += "libxext libsm libxt gettext-native"
|
||||
PE = "1"
|
||||
|
||||
XORG_PN = "libXpm"
|
||||
|
||||
Reference in New Issue
Block a user