gthumb: build with libjxl
Build gthumb with libjxl support, so it can properly open JXL images
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
gtk3,
|
||||
gsettings-desktop-schemas,
|
||||
libchamplain,
|
||||
libjxl,
|
||||
librsvg,
|
||||
libwebp,
|
||||
libX11,
|
||||
@@ -74,6 +75,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
libchamplain
|
||||
libheif
|
||||
libjpeg
|
||||
libjxl
|
||||
libraw
|
||||
librsvg
|
||||
libsecret
|
||||
@@ -85,6 +87,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
mesonFlags = [
|
||||
"-Dlibchamplain=true"
|
||||
"-Dlibjxl=true"
|
||||
(lib.mesonBool "webservices" withWebservices)
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user