mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-17 22:05:22 -05:00
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:
parent
ba09d55aab
commit
3800b279d6
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue