Poppler was upgraded in [0] and therefore the build broke, as poppler/goo/gtypes.h was moved into poppler/goo/gfile.h [1]. Upstream issue is [2]. [0] https://github.com/NixOS/nixpkgs/commit/7757e43fcb15f3b3e21187787edaad54614ec7e6 [1] https://gitlab.freedesktop.org/poppler/poppler/commit/ef3ef702bc3dc845731e43215400448c5324efd4 [2] https://github.com/naihe2010/apvlv/issues/28
14 lines
309 B
Diff
14 lines
309 B
Diff
diff --git a/src/ApvlvPdf.cc b/src/ApvlvPdf.cc
|
|
index 765b112..83d133f 100644
|
|
--- a/src/ApvlvPdf.cc
|
|
+++ b/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,
|