mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-23 14:04:19 +02:00
Add fontconfig as dependency
This commit is contained in:
parent
56ee91d396
commit
0c7719011b
1 changed files with 2 additions and 0 deletions
|
|
@ -64,6 +64,7 @@ xkbcommon = dependency('xkbcommon')
|
|||
cairo = dependency('cairo')
|
||||
pango = dependency('pango')
|
||||
pangocairo = dependency('pangocairo')
|
||||
fontconfig = dependency('fontconfig')
|
||||
math = cc.find_library('m')
|
||||
|
||||
wl_protocol_dir = wayland_protos.get_pkgconfig_variable('pkgdatadir')
|
||||
|
|
@ -180,6 +181,7 @@ cagebreak_dependencies = [
|
|||
wayland_cursor,
|
||||
wlroots,
|
||||
xkbcommon,
|
||||
fontconfig,
|
||||
pixman,
|
||||
math,
|
||||
pango,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue