1
0
Fork 0
mirror of https://github.com/Phantop/solus-stuff synced 2024-11-21 06:12:53 +00:00

libjxl: build flag to prevent brotli conflict

This commit is contained in:
Phantop 2022-09-24 17:36:19 -04:00
parent 1cea2e99da
commit 5644e4e73b

View file

@ -17,7 +17,7 @@ builddeps :
- pkgconfig(OpenEXR)
- giflib-devel
setup : |
%cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -DJPEGXL_ENABLE_PLUGINS=true
%cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -DJPEGXL_ENABLE_PLUGINS=true -DJPEGXL_FORCE_SYSTEM_BROTLI=true
build : |
%make
install : |