From a85ffc40e1f64628a9f4ffd997829a5af27fa594 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sat, 11 Aug 2012 00:43:39 +0000 Subject: [PATCH] glib2: add a build dependency on libintl SVN-Revision: 33124 --- libs/glib2/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.30.2