diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-06-11 21:22:51 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-06-11 21:22:51 +0200 |
commit | f1cc116af11d5f334609330dac6d3d22fa6ecee9 (patch) | |
tree | 9002c6e6a18d8fe4c6aa6687f2a068fbf28cbaff /project.conf | |
parent | 5710cb1662d02432c68ce287624b3eadaa122d76 (diff) |
Convert build script to meson
Diffstat (limited to 'project.conf')
-rw-r--r-- | project.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/project.conf b/project.conf index 71e7d98..164cf6b 100644 --- a/project.conf +++ b/project.conf @@ -1,10 +1,11 @@ [package] name = "gpu-screen-recorder-gtk" type = "executable" -version = "3.0.0" +version = "3.8.0" platforms = ["posix"] [config] +ignore_dirs = ["build"] error_on_warning = "true" [dependencies] @@ -15,4 +16,4 @@ libpulse = ">=13" libdrm = ">=2" wayland-egl = ">=15" wayland-client = ">=1" -ayatana-appindicator3-0.1 = ">=0"
\ No newline at end of file +ayatana-appindicator3-0.1 = ">=0" |