From 3a4c0efbc06b59454853f5d395291ad8f8fb55a7 Mon Sep 17 00:00:00 2001 From: vasilito Date: Tue, 30 Jun 2026 01:45:50 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20kf6-ki18n=20stub=20=E2=80=94=20remove=20?= =?UTF-8?q?broken=20include=20path?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- local/recipes/kde/kf6-ki18n/recipe.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/local/recipes/kde/kf6-ki18n/recipe.toml b/local/recipes/kde/kf6-ki18n/recipe.toml index be90c8b55b..1e8ad91de8 100644 --- a/local/recipes/kde/kf6-ki18n/recipe.toml +++ b/local/recipes/kde/kf6-ki18n/recipe.toml @@ -35,7 +35,6 @@ if(NOT TARGET KF6::I18n) add_library(KF6::I18n SHARED IMPORTED) set_target_properties(KF6::I18n PROPERTIES IMPORTED_LOCATION "${CMAKE_CURRENT_LIST_DIR}/../../libKF6I18n.so" - INTERFACE_INCLUDE_DIRECTORIES "${CMAKE_CURRENT_LIST_DIR}/../../../../include/KF6/KI18n" ) endif() CMEOF