summarylogtreecommitdiffstats
path: root/0002-Fix-finding-D-Bus.patch
diff options
context:
space:
mode:
authorMartchus2020-10-28 14:54:12 +0100
committerMarius Kittler2020-10-28 14:54:12 +0100
commitd5fc9b0d53496e209bc12bd0f547f62abdb213a7 (patch)
tree6b82d316801709de3ffb5900e1980b36512eb349 /0002-Fix-finding-D-Bus.patch
parent67d3138d6f73e52fdc191ca7db5256e44d4a815e (diff)
downloadaur-d5fc9b0d53496e209bc12bd0f547f62abdb213a7.tar.gz
Update to beta2
Diffstat (limited to '0002-Fix-finding-D-Bus.patch')
-rw-r--r--0002-Fix-finding-D-Bus.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/0002-Fix-finding-D-Bus.patch b/0002-Fix-finding-D-Bus.patch
new file mode 100644
index 000000000000..77688efb1fc4
--- /dev/null
+++ b/0002-Fix-finding-D-Bus.patch
@@ -0,0 +1,23 @@
+From 3568ffe90378ce9507ad9403f66adac8cbc31df4 Mon Sep 17 00:00:00 2001
+From: Martchus <martchus@gmx.net>
+Date: Wed, 7 Oct 2020 12:13:37 +0200
+Subject: [PATCH 2/2] Fix finding D-Bus
+
+Change-Id: Ie21eb9cbc6b1b5d9c8b34eea46f54718e5926986
+---
+ cmake/FindWrapDBus1.cmake | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/cmake/FindWrapDBus1.cmake b/cmake/FindWrapDBus1.cmake
+index e227d224e0..4982e7c8ae 100644
+--- a/cmake/FindWrapDBus1.cmake
++++ b/cmake/FindWrapDBus1.cmake
+@@ -45,3 +45,4 @@ include(FindPackageHandleStandardArgs)
+ find_package_handle_standard_args(WrapDBus1 REQUIRED_VARS
+ DBus1_LIBRARY DBus1_INCLUDE_DIR WrapDBus1_FOUND
+ VERSION_VAR DBus1_VERSION)
++set_property(TARGET dbus-1 PROPERTY IMPORTED_IMPLIB ${DBus1_LIBRARY})
+\ No newline at end of file
+--
+2.29.1
+