From 9259696b186312a542dab02c44a54006dadf369f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Thu, 15 Aug 2019 21:21:22 +0200 Subject: [PATCH] meson: add pixman dependency --- meson.build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 7fb661fc..8174f2a5 100644 --- a/meson.build +++ b/meson.build @@ -42,7 +42,9 @@ cc = meson.get_compiler('c') math = cc.find_library('m') threads = dependency('threads') +freetype = dependency('freetype2') fontconfig = dependency('fontconfig') +pixman = dependency('pixman-1') cairo = dependency('cairo') wayland_protocols = dependency('wayland-protocols') wayland_client = dependency('wayland-client') @@ -99,7 +101,7 @@ executable( 'tllist.h', 'vt.c', 'vt.h', wl_proto_src + wl_proto_headers, - dependencies: [threads, math, cairo, fontconfig, wayland_client, wayland_cursor, xkb], + dependencies: [threads, math, freetype, fontconfig, pixman, cairo, wayland_client, wayland_cursor, xkb], install: true) custom_target(