aboutsummarylogtreecommitdiffstats
path: root/qt5-fix-static-dbus-detection.patch
diff options
context:
space:
mode:
Diffstat (limited to 'qt5-fix-static-dbus-detection.patch')
-rw-r--r--qt5-fix-static-dbus-detection.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/qt5-fix-static-dbus-detection.patch b/qt5-fix-static-dbus-detection.patch
deleted file mode 100644
index e12f9e38fc1a..000000000000
--- a/qt5-fix-static-dbus-detection.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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>
-