[packages] glib2: add a build dependency on libintl
authorJo-Philipp Wich <jow@openwrt.org>
Sat, 11 Aug 2012 00:43:39 +0000 (00:43 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sat, 11 Aug 2012 00:43:39 +0000 (00:43 +0000)
SVN-Revision: 33124

libs/glib2/Makefile

index 750b197f123019fe55e15f01e4a7f1b5dce09934..21a74260cb56f857c818b414899925a5ab3f882d 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2007-2011 OpenWrt.org
+# Copyright (C) 2007-2012 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=glib2
 PKG_VERSION:=2.26.1
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 
 PKG_SOURCE:=glib-$(PKG_VERSION).tar.bz2
 PKG_BUILD_DIR:=$(BUILD_DIR)/glib-$(PKG_VERSION)
@@ -17,7 +17,7 @@ PKG_SOURCE_URL:=@GNOME/glib/2.26
 PKG_MD5SUM:=17535accceef55bcb17a74d73f9c2aef
 
 PKG_FIXUP:=autoreconf
-PKG_BUILD_DEPENDS:=glib2/host libpthread zlib
+PKG_BUILD_DEPENDS:=glib2/host libpthread zlib libintl
 HOST_BUILD_DEPENDS:=gettext/host libiconv/host
 PKG_INSTALL:=1