summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJameson Pugh2015-08-17 10:51:46 -0400
committerJameson Pugh2015-08-17 10:51:46 -0400
commitb27d6718372ed2de56729868308fa3afa5eea3b9 (patch)
tree73b598b7d7ad8e6c33a6836a393e2be993549da9
parent53494709145e4610697a546e61c6e13a859a462b (diff)
downloadaur-b27d6718372ed2de56729868308fa3afa5eea3b9.tar.gz
add 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}
+ )