apvlv: fix build with recent poppler
This commit is contained in:
parent
e7caa81884
commit
e3bf4894f7
1 changed files with 11 additions and 0 deletions
11
srcpkgs/apvlv/patches/fix-build-with-poppler-0.73.0.patch
Normal file
11
srcpkgs/apvlv/patches/fix-build-with-poppler-0.73.0.patch
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- src/ApvlvPdf.cc
|
||||||
|
+++ src/ApvlvPdf.cc
|
||||||
|
@@ -29,7 +29,7 @@
|
||||||
|
#include "ApvlvPdf.h"
|
||||||
|
|
||||||
|
#ifndef POPPLER_WITH_GDK
|
||||||
|
-#include <goo/gtypes.h>
|
||||||
|
+#include <goo/gfile.h>
|
||||||
|
|
||||||
|
static void
|
||||||
|
copy_cairo_surface_to_pixbuf (cairo_surface_t *surface,
|
Loading…
Reference in a new issue