From f1cc116af11d5f334609330dac6d3d22fa6ecee9 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 11 Jun 2024 21:22:51 +0200 Subject: Convert build script to meson --- project.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'project.conf') 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" -- cgit v1.2.3