Remove libhidpp submodule
This commit is contained in:
parent
fb0b8e88ef
commit
6bfa52e5c1
4
.gitmodules
vendored
4
.gitmodules
vendored
|
@ -1,4 +0,0 @@
|
||||||
[submodule "src/logid/hidpp"]
|
|
||||||
path = src/logid/hidpp
|
|
||||||
url = https://github.com/PixlOne/hidpp.git
|
|
||||||
branch = master
|
|
|
@ -42,7 +42,7 @@ find_path(EVDEV_INCLUDE_DIR libevdev/libevdev.h
|
||||||
find_library(EVDEV_LIBRARY
|
find_library(EVDEV_LIBRARY
|
||||||
NAMES evdev libevdev)
|
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++
|
target_link_libraries(logid ${CMAKE_THREAD_LIBS_INIT} ${EVDEV_LIBRARY} config++
|
||||||
${DBUSCXX_LIBRARIES} ${LIBUDEV_LIBRARIES})
|
${DBUSCXX_LIBRARIES} ${LIBUDEV_LIBRARIES})
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit c64ec3a12b203024e48993c1aadf4618b3dbd37c
|
|
Loading…
Reference in New Issue
Block a user