Remove libhidpp submodule
This commit is contained in:
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
|
||||
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})
|
||||
|
Submodule src/logid/hidpp deleted from c64ec3a12b
Reference in New Issue
Block a user