[packages] glib2: add a build dependency on libintl
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33124 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
6e9d7aab58
commit
ab9819a232
@ -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.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=glib2
|
PKG_NAME:=glib2
|
||||||
PKG_VERSION:=2.26.1
|
PKG_VERSION:=2.26.1
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE:=glib-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=glib-$(PKG_VERSION).tar.bz2
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/glib-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/glib-$(PKG_VERSION)
|
||||||
@ -17,7 +17,7 @@ PKG_SOURCE_URL:=@GNOME/glib/2.26
|
|||||||
PKG_MD5SUM:=17535accceef55bcb17a74d73f9c2aef
|
PKG_MD5SUM:=17535accceef55bcb17a74d73f9c2aef
|
||||||
|
|
||||||
PKG_FIXUP:=autoreconf
|
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
|
HOST_BUILD_DEPENDS:=gettext/host libiconv/host
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user