[SCM] ktp-text-ui packaging branch, master, updated. debian/15.12.1-1-1918-gdf4b0ec

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:24:05 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=2fb87ba

The following commit has been merged in the master branch:
commit 2fb87bad17722b965cc384e9267c44c2edb31939
Author: Patrick von Reth <vonreth at kde.org>
Date:   Fri Jul 26 01:05:00 2013 +0200

    dont include x11 stuff on windows
---
 filters/latex/latex-filter.cpp | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/filters/latex/latex-filter.cpp b/filters/latex/latex-filter.cpp
index 4e9601f..824fb6a 100644
--- a/filters/latex/latex-filter.cpp
+++ b/filters/latex/latex-filter.cpp
@@ -31,8 +31,10 @@
 #include <KDebug>
 #include <KStandardDirs>
 #include <KProcess>
-#include <X11/Xproto.h>
 
+#ifndef Q_OS_WIN
+#include <X11/Xproto.h>
+#endif
 LatexFilter::LatexFilter(QObject* parent, const QVariantList &)
     : AbstractMessageFilter(parent)
 {

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list