Skip to content

Commit

Permalink
Merge pull request #18 from lmanul/main
Browse files Browse the repository at this point in the history
Add a couple of missing dependencies to meson.build
  • Loading branch information
saivert authored Jun 15, 2024
2 parents e4dc0fe + 22a7c87 commit f0623b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ base_id = 'com.saivert.pwvucontrol'
dependency('glib-2.0', version: '>= 2.66')
dependency('gio-2.0', version: '>= 2.66')
dependency('gtk4', version: '>= 4.0.0')
dependency('libadwaita-1', version: '>= 1.5.0')
dependency('libpipewire-0.3', version: '>= 1.0.5')
dependency('wireplumber-0.4', version: '>= 0.4.15')

find_program('glib-compile-resources', required: true)
glib_compile_schemas = find_program('glib-compile-schemas', required: true)
Expand Down

0 comments on commit f0623b5

Please sign in to comment.