Remove libhidpp submodule

master
pixl 4 years ago
parent fb0b8e88ef
commit 6bfa52e5c1
No known key found for this signature in database
GPG Key ID: 1866C148CD593B6E
  1. 4
      .gitmodules
  2. 2
      src/logid/CMakeLists.txt
  3. 1
      src/logid/hidpp

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})

@ -1 +0,0 @@
Subproject commit c64ec3a12b203024e48993c1aadf4618b3dbd37c
Loading…
Cancel
Save