From: Jo-Philipp Wich Date: Sat, 11 Aug 2012 00:43:39 +0000 (+0000) Subject: glib2: add a build dependency on libintl X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=a85ffc40e1f64628a9f4ffd997829a5af27fa594;p=openwrt%2Fsvn-archive%2Fpackages.git glib2: add a build dependency on libintl SVN-Revision: 33124 --- diff --git a/libs/glib2/Makefile b/libs/glib2/Makefile index 750b197f1..21a74260c 100644 --- a/libs/glib2/Makefile +++ b/libs/glib2/Makefile @@ -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