1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

libpng: add gettext to DEPENDS

Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
Joshua Lock
2009-12-17 16:23:18 +00:00
parent d6cbbec747
commit 674c9e52ed
+2 -2
View File
@@ -2,9 +2,9 @@ DESCRIPTION = "PNG Library"
HOMEPAGE = "http://www.libpng.org/"
LICENSE = "libpng"
SECTION = "libs"
DEPENDS = "zlib"
DEPENDS = "zlib gettext"
PRIORITY = "required"
PR = "r7"
PR = "r8"
SRC_URI = "${SOURCEFORGE_MIRROR}/libpng/libpng-${PV}.tar.bz2 \
file://makefile_fix.patch;patch=1"