Source: odin
Version: 2.0.5-8
Severity: important
Tags: patch

This pkg is hindering the qwt transition from experimental to unstable
because it FTBFS with the experimental libqwt-qt5-dev.

Please find a patch attached that fixes the build.
From: Bastian Germann <[email protected]>
Description: odinqt: Add missing header qwt_text.h
---
--- a/odinqt/plot.cpp
+++ b/odinqt/plot.cpp
@@ -22,6 +22,7 @@
 #include <qwt_symbol.h>
 #include <qwt_scale_div.h>
 #include <qwt_scale_draw.h>
+#include <qwt_text.h>
 #else
 #include <qwt_scldraw.h>
 #endif

Reply via email to