Revert "depend directly on glib-2.0"

This reverts commit 8830b1f992.
This commit is contained in:
slonkazoid 2024-09-11 19:55:30 +03:00
parent 2e56296ccc
commit 5740bcb961
No known key found for this signature in database
2 changed files with 0 additions and 2 deletions

View File

@ -69,7 +69,6 @@ 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,7 +221,6 @@ sway_sources = files(
sway_deps = [ sway_deps = [
cairo, cairo,
drm, drm,
glib,
jsonc, jsonc,
libevdev, libevdev,
libinput, libinput,