Skip to content

Commit

Permalink
chore: change config files
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmawa committed Nov 27, 2024
1 parent ecad453 commit 4aec617
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions io.github.josephmawa.Bella.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"buildsystem": "meson",
"sources": [
{
"type": "git",
"url": "file:///home/mawa/Documents/Projects"
"type": "dir",
"path": "/home/mawa/Documents/Projects/Bella"
}
],
"config-opts": ["--libdir=lib"]
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project('Bella',
version: '0.1.0',
meson_version: '>= 0.62.0',
meson_version: '>= 1.5.2',
default_options: [ 'warning_level=2', 'werror=false', ],
)

Expand Down

0 comments on commit 4aec617

Please sign in to comment.