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




commit cf344af2a4d15afcbe9b2df27c65dd677ede2bc8
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 f40d1d3b5b..98f481ff57 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 6c28a62683..2e09f76919 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.23'
 wayland_req        = '>= 1.20.0'
 graphene_req       = '>= 1.9.1'
@@ -393,6 +394,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]