[packages] glib2: add dependency on libpthread, bump release number
authorNicolas Thill <nico@openwrt.org>
Sun, 19 Apr 2009 21:12:33 +0000 (21:12 +0000)
committerNicolas Thill <nico@openwrt.org>
Sun, 19 Apr 2009 21:12:33 +0000 (21:12 +0000)
SVN-Revision: 15285

libs/glib2/Makefile

index 66dd11315e5267718575fa10ccb861ee83c80418..0b7971b7e5b0d4500d3e1697b5c4287a1069f111 100644 (file)
@@ -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