diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-12-04 15:38:52 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-16 12:12:16 +0000 |
commit | 2bea0066b00a4b53d92ca85b540a44c24feb233f (patch) | |
tree | f7e8f1a0449b07fc7b0dc64cad1289b8e41a07e8 /meta/recipes-sato/puzzles/files | |
parent | 2d04c838e1ad57a0c789fcc7ddceb0bd7e96fd95 (diff) | |
download | poky-2bea0066b00a4b53d92ca85b540a44c24feb233f.tar.gz |
puzzles: update to current commit
gtk+3 support has been added upstream, so add an option for that.
(From OE-Core rev: 0dc44aeb49a8a254ca3345870b62282b04d4b61f)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/puzzles/files')
-rw-r--r-- | meta/recipes-sato/puzzles/files/fix-compiling-failure-with-option-g-O.patch | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/meta/recipes-sato/puzzles/files/fix-compiling-failure-with-option-g-O.patch b/meta/recipes-sato/puzzles/files/fix-compiling-failure-with-option-g-O.patch index d246feeb09..c134acde2f 100644 --- a/meta/recipes-sato/puzzles/files/fix-compiling-failure-with-option-g-O.patch +++ b/meta/recipes-sato/puzzles/files/fix-compiling-failure-with-option-g-O.patch | |||
@@ -29,15 +29,6 @@ diff --git a/gtk.c b/gtk.c | |||
29 | index a2eba2c..c54bf63 100644 | 29 | index a2eba2c..c54bf63 100644 |
30 | --- a/gtk.c | 30 | --- a/gtk.c |
31 | +++ b/gtk.c | 31 | +++ b/gtk.c |
32 | @@ -381,7 +381,7 @@ static void clear_backing_store(frontend *fe) | ||
33 | |||
34 | static void setup_backing_store(frontend *fe) | ||
35 | { | ||
36 | - cairo_t *cr; | ||
37 | + cairo_t *cr = NULL; | ||
38 | int i; | ||
39 | |||
40 | fe->pixmap = gdk_pixmap_new(fe->area->window, fe->pw, fe->ph, -1); | ||
41 | @@ -2481,7 +2481,7 @@ char *fgetline(FILE *fp) | 32 | @@ -2481,7 +2481,7 @@ char *fgetline(FILE *fp) |
42 | int main(int argc, char **argv) | 33 | int main(int argc, char **argv) |
43 | { | 34 | { |