meson: add pango deps
This commit is contained in:
parent
316674fecf
commit
e2923a9385
1 changed files with 3 additions and 1 deletions
|
|
@ -21,7 +21,9 @@ executable('Hyprland', src,
|
||||||
|
|
||||||
dependency('pixman-1'),
|
dependency('pixman-1'),
|
||||||
dependency('gl', 'opengl'),
|
dependency('gl', 'opengl'),
|
||||||
dependency('threads')
|
dependency('threads'),
|
||||||
|
dependency('pango'),
|
||||||
|
dependency('pangocairo')
|
||||||
],
|
],
|
||||||
install : true
|
install : true
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue