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') cairo = dependency('cairo')
pango = dependency('pango') pango = dependency('pango')
pangocairo = dependency('pangocairo') pangocairo = dependency('pangocairo')
glib = dependency('glib-2.0')
gdk_pixbuf = dependency('gdk-pixbuf-2.0', required: get_option('gdk-pixbuf')) gdk_pixbuf = dependency('gdk-pixbuf-2.0', required: get_option('gdk-pixbuf'))
pixman = dependency('pixman-1') pixman = dependency('pixman-1')
libevdev = dependency('libevdev') libevdev = dependency('libevdev')

View file

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