diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2016-03-21 09:05:47 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-03-22 10:02:43 +0100 |
commit | 5896be9b9e4fb671897f3c44efb4db265bb3c706 (patch) | |
tree | cf2429cd2199762d0e1fc3f80693024a0c39ea7b /package/libgtk3/0005-do-not-build-extract-strings.patch | |
parent | 985299b978516c67fced8133da7aaa7543dd63be (diff) | |
download | buildroot-5896be9b9e4fb671897f3c44efb4db265bb3c706.tar.gz buildroot-5896be9b9e4fb671897f3c44efb4db265bb3c706.zip |
libgtk3: bump to version 3.18.9
Mark the wayland backend as good again since the bump and consequent
protocol version match fixes it.
Drop upstream 0004-Fix-undefined-reference-to-get_xkb.patch
Drop unnecessary 0005-do-not-build-extract-strings.patch
(extract-strings doesn't exist any more).
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libgtk3/0005-do-not-build-extract-strings.patch')
-rw-r--r-- | package/libgtk3/0005-do-not-build-extract-strings.patch | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/package/libgtk3/0005-do-not-build-extract-strings.patch b/package/libgtk3/0005-do-not-build-extract-strings.patch deleted file mode 100644 index f1fbaaaa32..0000000000 --- a/package/libgtk3/0005-do-not-build-extract-strings.patch +++ /dev/null @@ -1,47 +0,0 @@ -Do not build util/extract-strings - -Do not build util/extract-strings, as it will be built by host-libgtk3 -and installed in $(HOST_DIR)/usr/bin (thus avoiding the -lint linking -issue with uClibc). - -Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> - -Index: gtk+-3.14.0/Makefile.am -=================================================================== ---- gtk+-3.14.0.orig/Makefile.am 2014-09-22 05:17:44.000000000 +0200 -+++ gtk+-3.14.0/Makefile.am 2014-09-25 16:08:32.000000000 +0200 -@@ -1,7 +1,7 @@ - ## Makefile.am for GTK+ - include $(top_srcdir)/Makefile.decl - --SRC_SUBDIRS = util gdk gtk libgail-util modules demos tests testsuite examples -+SRC_SUBDIRS = gdk gtk libgail-util modules demos tests testsuite examples - SUBDIRS = po po-properties $(SRC_SUBDIRS) docs m4macros build - - ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} -Index: gtk+-3.14.0/gtk/Makefile.am -=================================================================== ---- gtk+-3.14.0.orig/gtk/Makefile.am 2014-09-22 05:09:39.000000000 +0200 -+++ gtk+-3.14.0/gtk/Makefile.am 2014-09-25 16:09:10.000000000 +0200 -@@ -1330,7 +1330,7 @@ - - %.ui.h: %.ui - $(AM_V_GEN) mkdir -p $(dir $@) \ -- && $(top_builddir)/util/extract-strings$(EXEEXT) $< > $@ -+ && extract-strings$(EXEEXT) $< > $@ - - # - # rules to generate built sources -Index: gtk+-3.14.0/gtk/inspector/Makefile.am -=================================================================== ---- gtk+-3.14.0.orig/gtk/inspector/Makefile.am 2014-09-04 20:11:33.000000000 +0200 -+++ gtk+-3.14.0/gtk/inspector/Makefile.am 2014-09-25 16:09:48.000000000 +0200 -@@ -114,7 +114,7 @@ - template_headers = $(templates:.ui=.ui.h) - - %.ui.h : %.ui -- $(AM_V_GEN) $(top_builddir)/util/extract-strings$(EXEEXT) $< > $@ -+ $(AM_V_GEN) extract-strings$(EXEEXT) $< > $@ - - EXTRA_DIST += \ - inspector.gresource.xml \ |