summarylogtreecommitdiffstats
path: root/udev-compilation-error-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'udev-compilation-error-fix.patch')
-rw-r--r--udev-compilation-error-fix.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/udev-compilation-error-fix.patch b/udev-compilation-error-fix.patch
new file mode 100644
index 000000000000..25583848d20f
--- /dev/null
+++ b/udev-compilation-error-fix.patch
@@ -0,0 +1,11 @@
+diff --git a/kone/libkoneeventhandler/CMakeLists.txt b/kone/libkoneeventhandler/CMakeLists.txt
+index d460bba..f633e92 100644
+--- a/kone/libkoneeventhandler/CMakeLists.txt
++++ b/kone/libkoneeventhandler/CMakeLists.txt
+@@ -21,6 +21,7 @@ TARGET_LINK_LIBRARIES(libkoneeventhandler
+ libroccathelper
+ ${GAMINGGEAR0_LIBRARY}
+ ${DBUS-GLIB_LIBRARIES}
++ ${GUDEV_LIBRARIES}
+ ${GLIB2_LIBRARIES}
+ )