From 0bdb2d4be98d03908d2e6c2871e341c3a0562d27 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 14 May 2016 09:03:08 -0500 Subject: [PATCH] use KDE_INSTALL_INCLUDEDIR --- .gitignore | 3 --- libksysguard.spec | 3 ++- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index a80fc16..a4a97bb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1 @@ -/libksysguard-5.6.1.tar.xz -/libksysguard-5.6.2.tar.xz -/libksysguard-5.6.3.tar.xz /libksysguard-5.6.4.tar.xz diff --git a/libksysguard.spec b/libksysguard.spec index cd55ad1..37c78f9 100644 --- a/libksysguard.spec +++ b/libksysguard.spec @@ -66,7 +66,8 @@ developing applications that use %{name}. %build mkdir %{_target_platform} pushd %{_target_platform} -%{cmake_kf5} .. -DINCLUDE_INSTALL_DIR=%{_kf5_includedir} +%{cmake_kf5} .. \ + -DKDE_INSTALL_INCLUDEDIR:PATH=%{_kf5_includedir} popd make %{?_smp_mflags} -C %{_target_platform}