From 6fd1bd69bf034a8256d93c5709e7e28cd98c676f Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 21 Jul 2012 14:21:56 +0200 Subject: [PATCH] pkg-config: depends on gettext (internal glib), thanks to kosi2801 for helping Signed-off-by: Stephan Raue --- packages/toolchain/devel/pkg-config/meta | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/toolchain/devel/pkg-config/meta b/packages/toolchain/devel/pkg-config/meta index 9e54d8429d..41816d8ddd 100644 --- a/packages/toolchain/devel/pkg-config/meta +++ b/packages/toolchain/devel/pkg-config/meta @@ -26,7 +26,7 @@ PKG_LICENSE="GPL" PKG_SITE="http://www.freedesktop.org/software/pkgconfig/" PKG_URL="http://pkgconfig.freedesktop.org/releases/$PKG_NAME-$PKG_VERSION.tar.gz" PKG_DEPENDS="" -PKG_BUILD_DEPENDS="ccache" +PKG_BUILD_DEPENDS="ccache gettext" PKG_PRIORITY="optional" PKG_SECTION="toolchain/devel" PKG_SHORTDESC="pkg-config: A library configuration management system"