[gtk/wip/otte/color-profiles: 71/111] cms: Add lcms to the build
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/otte/color-profiles: 71/111] cms: Add lcms to the build
- Date: Sat, 2 Oct 2021 02:53:25 +0000 (UTC)
commit 1011ae4318418a1b54a29ad959fcc4f5b5c6ab98
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 dd6e9d6471..9a14bf5288 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]