[gtk/wip/otte/color-profiles: 23/38] cms: Add lcms to the build




commit fe94513e7cd7038e7db036287569ffb7db26b8c6
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 06905233f8..ab1b93d3dd 100644
--- a/gdk/meson.build
+++ b/gdk/meson.build
@@ -203,6 +203,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 e85daf88f5..8b151bcc6e 100644
--- a/meson.build
+++ b/meson.build
@@ -16,6 +16,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.21'
 wayland_req        = '>= 1.16.91'
 graphene_req       = '>= 1.9.1'
@@ -379,6 +380,7 @@ pango_dep      = dependency('pango', version: pango_req,
                             fallback : ['pango', 'libpango_dep'])
 fribidi_dep    = dependency('fribidi', version: fribidi_req,
                             fallback : ['fribidi', 'libfribidi_dep'])
+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]