summaryrefslogtreecommitdiffstats
path: root/recipes-python/pyqt5/files/fix-sm.patch
diff options
context:
space:
mode:
authorDiego Rondini <diego.rondini@kynetics.com>2018-05-10 08:36:06 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2018-06-21 18:37:08 +0000
commite199d801f8a5bd06b2bee3ab9ef89ea9271c902d (patch)
treef6a491e755d1939e6d38296d3f148e74168665cf /recipes-python/pyqt5/files/fix-sm.patch
parent65db89eb7b6a9b53f7877d6e16bc4deeb367c285 (diff)
downloadmeta-qt5-e199d801f8a5bd06b2bee3ab9ef89ea9271c902d.tar.gz
python-pyqt5: update recipe to 5.10.1
Update recipe to version 5.10.1, removing upstreamed patches in the process. Signed-off-by: Diego Rondini <diego.rondini@kynetics.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-python/pyqt5/files/fix-sm.patch')
-rw-r--r--recipes-python/pyqt5/files/fix-sm.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/recipes-python/pyqt5/files/fix-sm.patch b/recipes-python/pyqt5/files/fix-sm.patch
deleted file mode 100644
index f2936a23..00000000
--- a/recipes-python/pyqt5/files/fix-sm.patch
+++ /dev/null
@@ -1,17 +0,0 @@
1--- PyQt5_gpl-5.8.2/sip/QtGui/qguiapplication.sip.orig 2017-05-13 13:28:42.523392315 -0400
2+++ PyQt5_gpl-5.8.2/sip/QtGui/qguiapplication.sip 2017-05-13 13:30:08.081207211 -0400
3@@ -270,12 +270,14 @@
4 %End
5
6 public:
7+%If (PyQt_SessionManager)
8 %If (Qt_5_6_0 -)
9 static bool isFallbackSessionManagementEnabled();
10 %End
11 %If (Qt_5_6_0 -)
12 static void setFallbackSessionManagementEnabled(bool);
13 %End
14+%End
15
16 signals:
17 %If (Qt_5_6_0 -)