From 120186a19400003c3901094506c41b2695191217 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Sun, 19 Apr 2009 21:12:33 +0000 Subject: [PATCH] [packages] glib2: add dependency on libpthread, bump release number SVN-Revision: 15285 --- libs/glib2/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/glib2/Makefile b/libs/glib2/Makefile index 66dd11315e..0b7971b7e5 100644 --- a/libs/glib2/Makefile +++ b/libs/glib2/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007 OpenWrt.org +# Copyright (C) 2007-2009 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=glib2 PKG_VERSION:=2.18.1 -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_SOURCE:=glib-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR:=$(BUILD_DIR)/glib-$(PKG_VERSION) @@ -25,7 +25,7 @@ PKG_INSTALL=1 define Package/glib2 SECTION:=libs CATEGORY:=Libraries - DEPENDS:=+libiconv +libintl + DEPENDS:=+libiconv +libintl +libpthread TITLE:=glib 2.0 URL:=http://www.gtk.org/ endef -- 2.30.2