[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

okular in experimental does not support DPI detection



Hi,

okular in sid does support DPI detection with the help of libkscreen,
but this was dropped in the version currently in experimental. The
patch below reintroduces the build dependency on libkscreen-dev and
therefore should reenable the DPI detection support of okular.

With best regards,
Julian Wollrath

---
diff --git a/debian/control b/debian/control
index 0af811c2b6ea..6e5b0cb89fb0 100644
--- a/debian/control
+++ b/debian/control
@@ -14,6 +14,7 @@ Build-Depends: cmake,
                libjpeg-dev,
                libkactivities-dev (>= 4:4.11),
                libkexiv2-dev,
+               libkscreen-dev,
                libpoppler-qt4-dev (>= 0.8.0),
                libqca2-dev,
                libqimageblitz-dev,


Reply to: