diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-02-23 03:54:36 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-02-25 09:46:48 +0100 |
commit | b07c72dd83ebe90365993ac41097a4c096bc1173 (patch) | |
tree | 93302c364c2e5af1e970c5754e36f73934db9df8 /package/glib | |
parent | a33cc3350dbc9942b896e739dba0746834e20322 (diff) |
Revert "glib: update to 2.51.2, fix build on debian9"
This reverts commit 9e0e06dca28a3c7e7c313b66e853cf5d6cc0d539.
Diffstat (limited to 'package/glib')
-rw-r--r-- | package/glib/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package/glib/Makefile b/package/glib/Makefile index 6af531dfc..026fe1a19 100644 --- a/package/glib/Makefile +++ b/package/glib/Makefile @@ -4,15 +4,15 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= glib -PKG_VERSION:= 2.51.2 +PKG_VERSION:= 2.48.2 PKG_RELEASE:= 1 -PKG_EXTRAVER:= 2.51 -PKG_HASH:= 9bc6ce33af0d5d67506fbbbf692d80c74a9cc18180376c087b6b5061e493756d -PKG_DESCR:= low-level core library for libraries and applications in c +PKG_EXTRAVER:= 2.48 +PKG_HASH:= f25e751589cb1a58826eac24fbd4186cda4518af772806b666a3f91f66e6d3f4 +PKG_DESCR:= low-level core library that forms the basis of gtk+ PKG_SECTION:= libs/misc PKG_DEPENDS:= libpcre zlib PKG_BUILDDEP:= glib-host libffi zlib libelf dbus pcre -HOST_BUILDDEP:= libffi-host python2-host gettext-host util-linux-host +HOST_BUILDDEP:= libffi-host python2-host PKG_NEEDS:= threads intl PKG_URL:= http://www.gtk.org/ PKG_SITES:= http://ftp.gnome.org/pub/GNOME/sources/glib/$(PKG_EXTRAVER)/ |