File 0001-Fix-xkbcommon-includes.patch of Package miriway
From 8c09e29607ec57686bc79ee8f63a08435015628c Mon Sep 17 00:00:00 2001
From: Shawn W Dunn <sfalken@opensuse.org>
Date: Thu, 16 Oct 2025 11:40:37 -0700
Subject: [PATCH] Fix xkbcommon includes
---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 626da10..924ba58 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -45,7 +45,7 @@ add_executable(miriway-shell miriway.cpp miriway_policy.cpp miriway_policy.h)
target_link_libraries(miriway-shell miriwaycommon)
add_executable(miriway-run-shell miriway-run-shell.cpp)
-target_link_libraries(miriway-run-shell PkgConfig::MIRAL)
+target_link_libraries(miriway-run-shell PRIVATE PkgConfig::MIRAL PkgConfig::XKBCOMMON)
add_custom_target(miriway ALL
cp ${CMAKE_CURRENT_SOURCE_DIR}/miriway ${CMAKE_BINARY_DIR}
--
2.51.0