From 6605c48f3a900da26425ef31d83eb1c95d551531 Mon Sep 17 00:00:00 2001 From: Philip Balister Date: Mon, 15 May 2017 09:33:14 -0400 Subject: python-pyqt5: Add recipe. * Build tested on raspberrypi3 * I promise to chase the patch upstream. * v2 auto detects QT_VERSION Signed-off-by: Philip Balister Signed-off-by: Martin Jansa --- recipes-python/pyqt5/files/fix-sm.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 recipes-python/pyqt5/files/fix-sm.patch (limited to 'recipes-python/pyqt5/files/fix-sm.patch') diff --git a/recipes-python/pyqt5/files/fix-sm.patch b/recipes-python/pyqt5/files/fix-sm.patch new file mode 100644 index 00000000..f2936a23 --- /dev/null +++ b/recipes-python/pyqt5/files/fix-sm.patch @@ -0,0 +1,17 @@ +--- PyQt5_gpl-5.8.2/sip/QtGui/qguiapplication.sip.orig 2017-05-13 13:28:42.523392315 -0400 ++++ PyQt5_gpl-5.8.2/sip/QtGui/qguiapplication.sip 2017-05-13 13:30:08.081207211 -0400 +@@ -270,12 +270,14 @@ + %End + + public: ++%If (PyQt_SessionManager) + %If (Qt_5_6_0 -) + static bool isFallbackSessionManagementEnabled(); + %End + %If (Qt_5_6_0 -) + static void setFallbackSessionManagementEnabled(bool); + %End ++%End + + signals: + %If (Qt_5_6_0 -) -- cgit v1.2.3-54-g00ecf