summarylogtreecommitdiffstats
path: root/qt5-fix-static-dbus-detection.patch
diff options
context:
space:
mode:
authorPhilip A Reimer2015-06-14 12:26:34 -0600
committerPhilip A Reimer2015-06-14 12:26:34 -0600
commite04961421583a194000a162822534faa2a66cb0c (patch)
tree7943ddca09cc41776ce8b2c2550a82fc1be80793 /qt5-fix-static-dbus-detection.patch
parent45974ade4482f67dadd8c0afa516ddfd18cfb052 (diff)
downloadaur-e04961421583a194000a162822534faa2a66cb0c.tar.gz
update to 5.4.2
Diffstat (limited to 'qt5-fix-static-dbus-detection.patch')
-rw-r--r--qt5-fix-static-dbus-detection.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/qt5-fix-static-dbus-detection.patch b/qt5-fix-static-dbus-detection.patch
new file mode 100644
index 000000000000..e12f9e38fc1a
--- /dev/null
+++ b/qt5-fix-static-dbus-detection.patch
@@ -0,0 +1,13 @@
+--- qtbase-opensource-src-5.4.1/config.tests/unix/dbus/dbus.cpp.orig 2015-03-08 17:05:21.216593135 +0100
++++ qtbase-opensource-src-5.4.1/config.tests/unix/dbus/dbus.cpp 2015-03-08 17:06:35.276826201 +0100
+@@ -31,6 +31,10 @@
+ **
+ ****************************************************************************/
+
++#ifdef QT_STATIC
++#define DBUS_STATIC_BUILD
++#endif
++
+ #define DBUS_API_SUBJECT_TO_CHANGE
+ #include <dbus/dbus.h>
+