libjxl: add missing dependency

This commit is contained in:
Phantop 2022-01-11 13:13:34 -05:00
parent 4cd75645af
commit c500432305
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ builddeps :
- pkgconfig(libpng)
- pkgconfig(libbrotlicommon)
- pkgconfig(gimp-2.0)
- pkgconfig(gflags)
setup : |
%cmake -DBUILD_TESTING=OFF -DJPEGXL_ENABLE_PLUGINS=true
build : |