mirror of
https://github.com/Phantop/solus-stuff
synced 2024-11-21 22:33:12 +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)
|
- pkgconfig(OpenEXR)
|
||||||
- giflib-devel
|
- giflib-devel
|
||||||
setup : |
|
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 : |
|
build : |
|
||||||
%make
|
%make
|
||||||
install : |
|
install : |
|
||||||
|
|
Loading…
Reference in a new issue