[neon/kf6/kf6-kimageformats/Neon/release] debian: enable jxr support
Carlos De Maine
null at kde.org
Wed Dec 18 13:06:01 GMT 2024
Git commit 02014fa7b033c8d6925cf93e0b34b286e6329605 by Carlos De Maine.
Committed on 18/12/2024 at 13:05.
Pushed by carlosdem into branch 'Neon/release'.
enable jxr support
M +1 -0 debian/control
M +1 -1 debian/rules
https://invent.kde.org/neon/kf6/kf6-kimageformats/-/commit/02014fa7b033c8d6925cf93e0b34b286e6329605
diff --git a/debian/control b/debian/control
index 5e535f2..dfd4847 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Build-Depends: cmake (>= 3.0~),
kf6-karchive-dev,
libavif-dev,
libjxl-dev,
+ libjxr-dev,
libheif-dev,
libopenexr-dev,
libraw-dev,
diff --git a/debian/rules b/debian/rules
index 97ef693..0c79565 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,4 +5,4 @@
dh $@ --with kf6 --buildsystem kf6
override_dh_auto_configure:
- dh_auto_configure -- -DKIMAGEFORMATS_HEIF=ON
+ dh_auto_configure -- -DKIMAGEFORMATS_HEIF=ON -KIMAGEFORMATS_JXR=ON
More information about the Neon-commits
mailing list