diff options
Diffstat (limited to 'image/decoders/moz.build')
-rw-r--r-- | image/decoders/moz.build | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/image/decoders/moz.build b/image/decoders/moz.build index 907b81bda8..e24e47e3cb 100644 --- a/image/decoders/moz.build +++ b/image/decoders/moz.build @@ -28,6 +28,11 @@ UNIFIED_SOURCES += [ 'nsWebPDecoder.cpp', ] +if CONFIG["MOZ_JXL"]: + UNIFIED_SOURCES += [ + "nsJXLDecoder.cpp", + ] + include('/ipc/chromium/chromium-config.mozbuild') LOCAL_INCLUDES += [ |