]> git.pld-linux.org Git - packages/vcmi.git/commitdiff
- build with system fuzzylite
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 28 Oct 2023 21:46:09 +0000 (23:46 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 28 Oct 2023 21:46:09 +0000 (23:46 +0200)
vcmi.spec

index f8623d7d9c5fd0542199c9c3a2dc529fa61a0363..4a7a8ec1cb4d9214d6d0930b2d8b45c476adaa00 100644 (file)
--- a/vcmi.spec
+++ b/vcmi.spec
@@ -21,6 +21,7 @@ BuildRequires:        boost-devel >= 1.50
 BuildRequires: cmake >= 2.8.12
 # avformat, swscale
 BuildRequires: ffmpeg-devel
+BuildRequires: fuzzylite-devel
 BuildRequires: libstdc++-devel
 BuildRequires: minizip-devel
 BuildRequires: qt5-build >= 5
@@ -50,7 +51,8 @@ install -d build
 cd build
 %cmake .. \
        -DENABLE_ERM=ON \
-       -DENABLE_EDITOR=ON
+       -DENABLE_EDITOR=ON \
+       -DFORCE_BUNDLED_FL=OFF
 
 %{__make}
 
This page took 0.219213 seconds and 4 git commands to generate.