mirror of
https://github.com/swaywm/sway.git
synced 2026-04-18 06:46:56 -04:00
depend directly on glib-2.0
note: there were already implicit dependencies on glib-2.0, namely by pango
This commit is contained in:
parent
27d27dd121
commit
8830b1f992
2 changed files with 2 additions and 0 deletions
|
|
@ -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')
|
||||||
|
|
|
||||||
|
|
@ -221,6 +221,7 @@ sway_sources = files(
|
||||||
sway_deps = [
|
sway_deps = [
|
||||||
cairo,
|
cairo,
|
||||||
drm,
|
drm,
|
||||||
|
glib,
|
||||||
jsonc,
|
jsonc,
|
||||||
libevdev,
|
libevdev,
|
||||||
libinput,
|
libinput,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue