diff options
-rw-r--r-- | meta/recipes-gnome/gtk+/gtk+-2.24.14/obsolete_automake_macros.patch | 23 | ||||
-rw-r--r-- | meta/recipes-gnome/gtk+/gtk+_2.24.14.bb | 1 |
2 files changed, 24 insertions, 0 deletions
diff --git a/meta/recipes-gnome/gtk+/gtk+-2.24.14/obsolete_automake_macros.patch b/meta/recipes-gnome/gtk+/gtk+-2.24.14/obsolete_automake_macros.patch new file mode 100644 index 0000000000..322de8fd4a --- /dev/null +++ b/meta/recipes-gnome/gtk+/gtk+-2.24.14/obsolete_automake_macros.patch | |||
@@ -0,0 +1,23 @@ | |||
1 | Upstream-Status: Accepted [https://bugzilla.gnome.org/show_bug.cgi?id=691267] | ||
2 | |||
3 | Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> | ||
4 | diff -Nurd gtk+-2.24.14/configure.in gtk+-2.24.14/configure.in | ||
5 | --- gtk+-2.24.14/configure.in 2012-12-06 05:46:07.000000000 +0200 | ||
6 | +++ gtk+-2.24.14/configure.in 2013-01-07 04:18:43.546039799 +0200 | ||
7 | @@ -51,7 +51,7 @@ | ||
8 | cflags_set=${CFLAGS+set} | ||
9 | |||
10 | AM_INIT_AUTOMAKE([no-define -Wno-portability dist-bzip2]) | ||
11 | -AM_CONFIG_HEADER(config.h) | ||
12 | +AC_CONFIG_HEADERS(config.h) | ||
13 | |||
14 | # Support silent build rules, requires at least automake-1.11. Enable | ||
15 | # by either passing --enable-silent-rules to configure or passing V=0 | ||
16 | @@ -300,7 +300,6 @@ | ||
17 | |||
18 | # Checks for programs. | ||
19 | AC_ISC_POSIX | ||
20 | -AM_PROG_CC_STDC | ||
21 | AM_PROG_CC_C_O | ||
22 | AC_PROG_INSTALL | ||
23 | AC_PROG_MAKE_SET | ||
diff --git a/meta/recipes-gnome/gtk+/gtk+_2.24.14.bb b/meta/recipes-gnome/gtk+/gtk+_2.24.14.bb index 028b2384c1..d794840bfc 100644 --- a/meta/recipes-gnome/gtk+/gtk+_2.24.14.bb +++ b/meta/recipes-gnome/gtk+/gtk+_2.24.14.bb | |||
@@ -14,6 +14,7 @@ SRC_URI = "http://download.gnome.org/sources/gtk+/2.24/gtk+-${PV}.tar.xz \ | |||
14 | file://0001-bgo-584832-Duplicate-the-exec-string-returned-by-gtk.patch \ | 14 | file://0001-bgo-584832-Duplicate-the-exec-string-returned-by-gtk.patch \ |
15 | file://doc-fixes.patch \ | 15 | file://doc-fixes.patch \ |
16 | file://0001-GtkButton-do-not-prelight-in-touchscreen-mode.patch \ | 16 | file://0001-GtkButton-do-not-prelight-in-touchscreen-mode.patch \ |
17 | file://obsolete_automake_macros.patch \ | ||
17 | " | 18 | " |
18 | 19 | ||
19 | # TO MERGE | 20 | # TO MERGE |