From: agb Date: Tue, 24 Jun 2008 01:39:25 +0000 (+0000) Subject: [packages] lang/pygobject: Depends on glib2 X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=bb65f2298fc2fa414d17157b240781771bd2c069;p=packages.git [packages] lang/pygobject: Depends on glib2 git-svn-id: svn://svn.openwrt.org/openwrt/packages@11571 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/lang/pygobject/Makefile b/lang/pygobject/Makefile index 1b158de44..50850218f 100644 --- a/lang/pygobject/Makefile +++ b/lang/pygobject/Makefile @@ -24,7 +24,7 @@ define Package/python-gobject CATEGORY:=Languages TITLE:=python gobjects URL:=http://www.pygtk.org/ - DEPENDS:=python-core + DEPENDS:=python-core +glib2 endef define Package/python-gobject/description