diff options
| author | dec05eba <dec05eba@protonmail.com> | 2026-08-02 21:21:32 +0200 |
|---|---|---|
| committer | dec05eba <dec05eba@protonmail.com> | 2026-08-02 21:21:32 +0200 |
| commit | 1869cf30519fc61c7f9852f8f25f8b1c2b2e8c3b (patch) | |
| tree | 975e955630b3f91d7cea90469abd4690aca29efa | |
| parent | bf9213b3a884ed60959585dce423c1d6acc7aeeb (diff) | |
Fix build because of c version
| -rw-r--r-- | meson.build | 2 | ||||
| -rw-r--r-- | project.conf | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/meson.build b/meson.build index 41a5d38..8e9d8a4 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gpu-screen-recorder', 'c', version : '5.15.3', default_options : ['c_std=c11', 'warning_level=2']) +project('gpu-screen-recorder', 'c', version : '5.15.3', default_options : ['c_std=gnu11', 'warning_level=2']) add_project_arguments('-Wshadow', language : 'c') if get_option('buildtype') == 'debug' diff --git a/project.conf b/project.conf index f57b88b..e3895a2 100644 --- a/project.conf +++ b/project.conf @@ -4,9 +4,6 @@ type = "executable" version = "5.15.3" platforms = ["posix"] -[lang.c] -version = "c11" - [config] ignore_dirs = ["kms/server", "tools", "build", "debug-build", "plugin/examples"] #error_on_warning = "true" |
