diff options
author | Aaron Fischer | 2015-05-24 22:33:51 +0200 |
---|---|---|
committer | Aaron Fischer | 2015-05-24 22:33:51 +0200 |
commit | 7e949803ae54de317209374a1fdccd3bd94c7f6a (patch) | |
tree | c5867b7b52a95e288c8cc9a3d344c1c0cb815b61 /udev-compilation-error-fix.patch | |
parent | 2ddb84980b5e9e413fd860992436a94491bebcab (diff) | |
download | aur-7e949803ae54de317209374a1fdccd3bd94c7f6a.tar.gz |
Fix roccat-tools again
Diffstat (limited to 'udev-compilation-error-fix.patch')
-rw-r--r-- | udev-compilation-error-fix.patch | 11 |
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 00000000000..25583848d20 --- /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} + ) |