From 0dd9af698b9386bcf25d3ea9f5017eca721831c1 Mon Sep 17 00:00:00 2001 From: Mihai Fufezan Date: Sun, 1 Sep 2024 18:12:21 +0300 Subject: [PATCH] CMake: remove wayland-scanner from deps Removed because of error: > Imported target "PkgConfig::deps" includes non-existent path > "/nix/store/0ikl83z4h69imxkwsly3hcm424f7wi7j-wayland-scanner-1.23.0-dev/include" > in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include: > * The path was deleted, renamed, or moved to another location. > * An install or uninstall procedure did not complete successfully. > * The installation package was faulty and references files it does not > provide. --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 039318f..3178cef 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -57,7 +57,6 @@ pkg_check_modules( IMPORTED_TARGET wayland-client wayland-protocols - wayland-scanner libpipewire-0.3>=1.1.82 libspa-0.2 libdrm