Skip to content

Commit

Permalink
Fix build on Debian Stable
Browse files Browse the repository at this point in the history
  • Loading branch information
n3rdopolis authored and mstoeckl committed Nov 28, 2022
1 parent 848ff54 commit dd072b8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ if is_freebsd
add_project_arguments('-D_C11_SOURCE', language: 'c')
endif


cc = meson.get_compiler('c')
rt = cc.find_library('rt')

wayland_client = dependency('wayland-client')
wayland_protos = dependency('wayland-protocols', version: '>=1.14')
wayland_scanner = dependency('wayland-scanner', version: '>=1.14.91', native: true)
Expand Down Expand Up @@ -94,6 +98,7 @@ client_protos = declare_dependency(
dependencies = [
cairo,
client_protos,
rt,
gdk_pixbuf,
wayland_client,
]
Expand Down

0 comments on commit dd072b8

Please sign in to comment.