From 30ae097f192aecf9b9ab4ec6ca6f3726ad0bf7be Mon Sep 17 00:00:00 2001 From: Werner Sembach Date: Fri, 14 Apr 2023 17:42:32 +0200 Subject: [PATCH] Fix build and runtime dependencies --- CMakeLists.txt | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6a8b0e9..a231b1a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ cmake_minimum_required(VERSION 3.6) project(tuxedo-touchpad-switch) find_package(PkgConfig REQUIRED) -pkg_check_modules(deps REQUIRED IMPORTED_TARGET gio-2.0 udev) +pkg_check_modules(deps REQUIRED IMPORTED_TARGET gio-2.0 libudev) add_executable(tuxedo-touchpad-switch tuxedo-touchpad-switch.cpp setup-gnome.cpp setup-kde.cpp touchpad-control.cpp) target_link_libraries(tuxedo-touchpad-switch udev PkgConfig::deps) diff --git a/debian/control b/debian/control index 8879161..fb1277a 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: tuxedo-touchpad-switch Section: misc Priority: optional Maintainer: Werner Sembach -Build-Depends: debhelper (>= 12), libudev-dev (>= 245.4), libglib2.0-dev (>= 2.64.3) +Build-Depends: debhelper (>= 12), libudev-dev (>= 245.4), libglib2.0-dev (>= 2.64.3), cmake (>= 3.6) Standards-Version: 4.4.1 Homepage: https://www.tuxedocomputers.com