#2 fix build error with wrong synaptics include path, update kf5 min version to 5.69
Closed 3 years ago by loise. Opened 3 years ago by loise.
Unknown source master  into  master

file modified
+2 -3
@@ -1,5 +1,4 @@

- 

- %global kf5_version_min 5.42

+ %global kf5_version_min 5.69

  

  %global synaptics 1

  %global scim 1
@@ -220,7 +219,7 @@

  mkdir %{_target_platform}

  pushd %{_target_platform}

  %{cmake_kf5} .. \

-   %{?!synaptics:-DSynaptics_INCLUDE_DIRS:PATH="$(pwd)/../3rdparty"}

+   %{?!synaptics:-DSynaptics_INCLUDE_DIRS:PATH="$(pwd)/../3rdparty/xorg"}

  popd

  

  %make_build -C %{_target_platform}

no initial comment

rebased onto f5b489a

3 years ago

Pull-Request has been closed by loise

3 years ago
Metadata