Skip to content

Commit

Permalink
feat: remove unused variable from meson.build
Browse files Browse the repository at this point in the history
  • Loading branch information
tfuxu committed Apr 7, 2024
1 parent 4c14279 commit 917eefd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ dependency('gtk4', version: '>= 4.0.0')
glib_compile_resources = find_program('glib-compile-resources', required: true)
glib_compile_schemas = find_program('glib-compile-schemas', required: true)
desktop_file_validate = find_program('desktop-file-validate', required: false)
appstream_util = find_program('appstream-util', required: false)

cargo = find_program('cargo', required: true)

Expand Down

0 comments on commit 917eefd

Please sign in to comment.