Merge branch 'master' into core-updates
[jackhill/guix/guix.git] / gnu / packages / patches / liblxqt-include.patch
1 Patch to fix build with Qt 5.5, taken from upstream:
2 https://github.com/lxde/liblxqt/commit/7303ea207de0771d6f450a31ec4a1ce69202869b
3
4 diff -u -r liblxqt-0.9.0.orig/lxqtnotification.h liblxqt-0.9.0/lxqtnotification.h
5 --- liblxqt-0.9.0.orig/lxqtnotification.h 2015-07-27 22:49:05.365166482 +0200
6 +++ liblxqt-0.9.0/lxqtnotification.h 2015-07-27 22:49:36.897606619 +0200
7 @@ -25,6 +25,7 @@
8 #ifndef LXQTNOTIFICATION_H
9 #define LXQTNOTIFICATION_H
10
11 +#include <QObject>
12 #include <QStringList>
13 #include "lxqtglobals.h"
14