depend directly on glib-2.0

note: there were already implicit dependencies
on glib-2.0, namely by pango
This commit is contained in:
slonkazoid 2024-09-08 18:20:31 +03:00
parent 27d27dd121
commit 8830b1f992
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View file

@ -69,6 +69,7 @@ xkbcommon = dependency('xkbcommon', version: '>=1.5.0')
cairo = dependency('cairo')
pango = dependency('pango')
pangocairo = dependency('pangocairo')
glib = dependency('glib-2.0')
gdk_pixbuf = dependency('gdk-pixbuf-2.0', required: get_option('gdk-pixbuf'))
pixman = dependency('pixman-1')
libevdev = dependency('libevdev')

View file

@ -221,6 +221,7 @@ sway_sources = files(
sway_deps = [
cairo,
drm,
glib,
jsonc,
libevdev,
libinput,