Remove libhidpp submodule

This commit is contained in:
pixl 2020-06-19 23:51:32 -04:00
parent fb0b8e88ef
commit 6bfa52e5c1
No known key found for this signature in database
GPG Key ID: 1866C148CD593B6E
3 changed files with 1 additions and 6 deletions

4
.gitmodules vendored
View File

@ -1,4 +0,0 @@
[submodule "src/logid/hidpp"]
path = src/logid/hidpp
url = https://github.com/PixlOne/hidpp.git
branch = master

View File

@ -42,7 +42,7 @@ find_path(EVDEV_INCLUDE_DIR libevdev/libevdev.h
find_library(EVDEV_LIBRARY
NAMES evdev libevdev)
include_directories(${HIDPP_INCLUDE_DIR} ${EVDEV_INCLUDE_DIR} ${DBUSCXX_INCLUDE_DIR} ${LIBUDEV_INCLUDE_DIRECTORIES})
include_directories(${EVDEV_INCLUDE_DIR} ${DBUSCXX_INCLUDE_DIR} ${LIBUDEV_INCLUDE_DIRECTORIES})
target_link_libraries(logid ${CMAKE_THREAD_LIBS_INIT} ${EVDEV_LIBRARY} config++
${DBUSCXX_LIBRARIES} ${LIBUDEV_LIBRARIES})

@ -1 +0,0 @@
Subproject commit c64ec3a12b203024e48993c1aadf4618b3dbd37c