summarylogtreecommitdiffstats
path: root/0002-Fix-finding-D-Bus.patch
diff options
context:
space:
mode:
Diffstat (limited to '0002-Fix-finding-D-Bus.patch')
-rw-r--r--0002-Fix-finding-D-Bus.patch17
1 files changed, 9 insertions, 8 deletions
diff --git a/0002-Fix-finding-D-Bus.patch b/0002-Fix-finding-D-Bus.patch
index 16708512aae0..a8f56f0e553d 100644
--- a/0002-Fix-finding-D-Bus.patch
+++ b/0002-Fix-finding-D-Bus.patch
@@ -1,23 +1,24 @@
-From cd942ac25b912c5a8ddf807d09124cb920327e66 Mon Sep 17 00:00:00 2001
+From 4e3120dee97c10cf61c3b796b5d353e172c33c75 Mon Sep 17 00:00:00 2001
From: Martchus <martchus@gmx.net>
Date: Wed, 7 Oct 2020 12:13:37 +0200
Subject: [PATCH 2/7] Fix finding D-Bus
Change-Id: Ie21eb9cbc6b1b5d9c8b34eea46f54718e5926986
---
- cmake/FindWrapDBus1.cmake | 1 +
- 1 file changed, 1 insertion(+)
+ cmake/FindWrapDBus1.cmake | 3 +++
+ 1 file changed, 3 insertions(+)
diff --git a/cmake/FindWrapDBus1.cmake b/cmake/FindWrapDBus1.cmake
-index e227d224e0..4982e7c8ae 100644
+index e227d224e0..bdbcab9eb3 100644
--- a/cmake/FindWrapDBus1.cmake
+++ b/cmake/FindWrapDBus1.cmake
-@@ -45,3 +45,4 @@ include(FindPackageHandleStandardArgs)
+@@ -45,3 +45,6 @@ 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
++if(TARGET dbus-1)
++ set_property(TARGET dbus-1 PROPERTY IMPORTED_IMPLIB ${DBus1_LIBRARY})
++endif()
--
-2.29.2
+2.30.0