meson: move cursor-shape.{c,h} from ‘foot’ binary to vtlib

This should fix a build issue when doing partial PGO builds, when
cursor-shape-v1 is *available*.
This commit is contained in:
Daniel Eklöf 2023-07-03 14:42:22 +02:00
parent ba09d55aab
commit 3800b279d6
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -233,6 +233,7 @@ vtlib = static_library(
'vtlib',
'base64.c', 'base64.h',
'composed.c', 'composed.h',
'cursor-shape.c', 'cursor-shape.h',
'csi.c', 'csi.h',
'dcs.c', 'dcs.h',
'macros.h',
@ -271,7 +272,6 @@ executable(
'box-drawing.c', 'box-drawing.h',
'config.c', 'config.h',
'commands.c', 'commands.h',
'cursor-shape.c', 'cursor-shape.h',
'extract.c', 'extract.h',
'fdm.c', 'fdm.h',
'foot-features.h',