Skip to content

Commit

Permalink
Add X11 dependency
Browse files Browse the repository at this point in the history
We are using it directly so we need to link against it.
  • Loading branch information
tintou committed Sep 3, 2024
1 parent 8ac918d commit 81ae10f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ gobject_dep = dependency('gobject-2.0')
gtk_dep = dependency('gtk4')
gtk_wayland_dep = dependency('gtk4-wayland')
gtk_x11_dep = dependency('gtk4-x11')
x11_dep = dependency('x11')
granite_dep = dependency('granite-7')
adw_dep = dependency('libadwaita-1')
m_dep = cc.find_library('m')
Expand All @@ -37,6 +38,7 @@ dependencies = [
gtk_dep,
gtk_wayland_dep,
gtk_x11_dep,
x11_dep,
granite_dep,
adw_dep,
m_dep,
Expand Down

0 comments on commit 81ae10f

Please sign in to comment.