~ubuntu-branches/ubuntu/saucy/darktable/saucy

« back to all changes in this revision

Viewing changes to debian/patches/only-include-rsvg.h

  • Committer: Package Import Robot
  • Author(s): Michael Bienia
  • Date: 2012-09-27 13:11:36 UTC
  • Revision ID: package-import@ubuntu.com-20120927131136-mdz0tpr4h2a0wtpd
Tags: 1.0.5-1ubuntu1
debian/patches/only-include-rsvg.h:
Only include <librsvg/rsvg.h> instead of individual header files
(fixes FTBFS).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Index: darktable-1.0.5/src/iop/watermark.c
 
2
===================================================================
 
3
--- darktable-1.0.5.orig/src/iop/watermark.c    2012-07-21 12:44:08.000000000 +0200
 
4
+++ darktable-1.0.5/src/iop/watermark.c 2012-09-27 13:10:26.000000000 +0200
 
5
@@ -38,7 +38,6 @@
 
6
 #include <inttypes.h>
 
7
 
 
8
 #include <librsvg/rsvg.h>
 
9
-#include <librsvg/rsvg-cairo.h>
 
10
 
 
11
 #include "common/metadata.h"
 
12
 #include "common/utility.h"