glib2: update to 2.44.1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
This commit is contained in:
parent
0879242705
commit
c136bcbddb
3 changed files with 5 additions and 5 deletions
|
@ -8,13 +8,13 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=glib2
|
||||
PKG_VERSION:=2.43.4
|
||||
PKG_VERSION:=2.44.1
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=glib-$(PKG_VERSION).tar.xz
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/glib-$(PKG_VERSION)
|
||||
PKG_SOURCE_URL:=@GNOME/glib/2.43
|
||||
PKG_MD5SUM:=2f28879252c660a65aa3139ec499776b
|
||||
PKG_SOURCE_URL:=@GNOME/glib/2.44
|
||||
PKG_MD5SUM:=83efba4722a9674b97437d1d99af79db
|
||||
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
HOST_BUILD_PARALLEL:=1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- a/gtk-doc.make
|
||||
+++ b/gtk-doc.make
|
||||
@@ -267,7 +267,7 @@ uninstall-local:
|
||||
@@ -271,7 +271,7 @@ uninstall-local:
|
||||
#
|
||||
# Require gtk-doc when making dist
|
||||
#
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- a/gio/Makefile.am
|
||||
+++ b/gio/Makefile.am
|
||||
@@ -700,6 +700,7 @@ bin_PROGRAMS = gio-querymodules glib-com
|
||||
@@ -707,6 +707,7 @@ bin_PROGRAMS = gio-querymodules glib-com
|
||||
|
||||
glib_compile_resources_LDADD = libgio-2.0.la \
|
||||
$(top_builddir)/gobject/libgobject-2.0.la \
|
||||
|
|
Loading…
Reference in a new issue