use KDE_INSTALL_INCLUDEDIR

epel9
Rex Dieter 9 years ago
parent cfc753bdc7
commit 0bdb2d4be9

3
.gitignore vendored

@ -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

@ -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}

Loading…
Cancel
Save