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:
parent
1cea2e99da
commit
5644e4e73b
|
@ -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 : |
|
||||
|
|
Loading…
Reference in a new issue