mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-26 09:45:59 +01:00
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…
Reference in a new issue