summaryrefslogtreecommitdiffstats
path: root/recipes/gpsdrive/gpsdrive-2.10pre4/gpsdrive-ifdef-mapnik.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gpsdrive/gpsdrive-2.10pre4/gpsdrive-ifdef-mapnik.patch')
-rw-r--r--recipes/gpsdrive/gpsdrive-2.10pre4/gpsdrive-ifdef-mapnik.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/gpsdrive/gpsdrive-2.10pre4/gpsdrive-ifdef-mapnik.patch b/recipes/gpsdrive/gpsdrive-2.10pre4/gpsdrive-ifdef-mapnik.patch
new file mode 100644
index 0000000000..c51c80931c
--- /dev/null
+++ b/recipes/gpsdrive/gpsdrive-2.10pre4/gpsdrive-ifdef-mapnik.patch
@@ -0,0 +1,18 @@
+Index: src/map_handler.c
+===================================================================
+--- aa/src/map_handler.c (Revision 1699)
++++ aa/src/map_handler.c (Revision 1700)
+@@ -660,9 +660,12 @@
+ if (maploaded)
+ gdk_pixbuf_unref (image);
+
++#ifdef MAPNIK
+ if ( !strcmp (filename,"mapnik") ) {
+ limage = gdk_pixbuf_new_from_data(get_mapnik_imagedata(), GDK_COLORSPACE_RGB, FALSE, 8, 1280, 1024, 1280 * 3, NULL, NULL);
+- } else {
++ } else
++#endif
++ {
+ limage = gdk_pixbuf_new_from_file (filename, NULL);
+ if (limage == NULL)
+ {