mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
navit: fix build w/ qt5-5.15.0 (QPainterPath)
This commit is contained in:
parent
a33db7193f
commit
61541d7139
1 changed files with 10 additions and 0 deletions
10
srcpkgs/navit/patches/QPainterPath.patch
Normal file
10
srcpkgs/navit/patches/QPainterPath.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- navit/graphics/qt5/graphics_qt5.cpp 2020-01-19 00:36:55.000000000 +0100
|
||||
+++ navit/graphics/qt5/graphics_qt5.cpp 2020-09-02 14:53:01.762542347 +0200
|
||||
@@ -45,6 +45,7 @@
|
||||
#include <QFont>
|
||||
#include <QGuiApplication>
|
||||
#include <QPainter>
|
||||
+#include <QPainterPath>
|
||||
#include <QPixmap>
|
||||
#include <QScreen>
|
||||
#include <QSvgRenderer>
|
Loading…
Add table
Reference in a new issue