From 0e83732162e45a3b3dd9120c2a80838f5121b6e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sat, 14 Nov 2020 12:42:08 +0100 Subject: [PATCH] =?UTF-8?q?meson:=20add=20=E2=80=98version.h=E2=80=99=20to?= =?UTF-8?q?=20vtlib?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index 05342f4b..e6170bad 100644 --- a/meson.build +++ b/meson.build @@ -117,6 +117,7 @@ vtlib = static_library( 'osc.c', 'osc.h', 'sixel.c', 'sixel.h', 'vt.c', 'vt.h', + version, dependencies: [pixman, fcft, tllist], link_with: misc, )