[gtk/matthiasc/color-profile-rebased: 2/51] cms: Add lcms to the build




commit 6979811b0e2645972b2c02cab2720b57b64131c5
Author: Benjamin Otte <otte redhat com>
Date:   Mon Sep 20 09:24:27 2021 +0200

    cms: Add lcms to the build

 gdk/meson.build | 1 +
 meson.build     | 2 ++
 2 files changed, 3 insertions(+)
---
diff --git a/gdk/meson.build b/gdk/meson.build
index 731bb55a8e..67f6789c9b 100644
--- a/gdk/meson.build
+++ b/gdk/meson.build
@@ -207,6 +207,7 @@ gdk_deps = [
   fontconfig_dep,
   platform_gio_dep,
   pangocairo_dep,
+  lcms2_dep,
   vulkan_dep,
   png_dep,
   tiff_dep,
diff --git a/meson.build b/meson.build
index 494c81ac93..7bb4f7bd06 100644
--- a/meson.build
+++ b/meson.build
@@ -17,6 +17,7 @@ fribidi_req        = '>= 0.19.7'
 cairo_req          = '>= 1.14.0'
 gdk_pixbuf_req     = '>= 2.30.0'
 introspection_req  = '>= 1.39.0'
+lcms2_req          = '>= 2.8'
 wayland_proto_req  = '>= 1.25'
 wayland_req        = '>= 1.21.0'
 graphene_req       = '>= 1.9.1'
@@ -398,6 +399,7 @@ fribidi_dep    = dependency('fribidi', version: fribidi_req,
 harfbuzz_dep   = dependency('harfbuzz', version: harfbuzz_req,
                             fallback: ['harfbuzz', 'libharfbuzz_dep'],
                             default_options: ['coretext=enabled'])
+lcms2_dep      = dependency('lcms2', version: lcms2_req)
 
 # Require PangoFT2 if on X11 or wayland
 require_pangoft2 = wayland_enabled or x11_enabled


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]