diff options
| author | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2026-07-16 13:13:41 +0300 |
|---|---|---|
| committer | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2026-07-16 13:13:41 +0300 |
| commit | ecc949ce290ea5770c8abc4abc973ff072b9b033 (patch) | |
| tree | cd22dd66836fcbc2d9f14c03813dfbbe7e75e94e /project.conf | |
| parent | ff8c3b1dd6fbd7107867e0cef6556e52c7ede6cb (diff) | |
| parent | 3bdc117b311b787b85e2ab6af1b3d63fcef00e49 (diff) | |
Merge tag '5.15.1' of https://repo.dec05eba.com/gpu-screen-recorder
Diffstat (limited to 'project.conf')
| -rw-r--r-- | project.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/project.conf b/project.conf index 40ae00e..26b995e 100644 --- a/project.conf +++ b/project.conf @@ -1,9 +1,12 @@ [package] name = "gpu-screen-recorder" type = "executable" -version = "5.14.1" +version = "5.15.1" platforms = ["posix"] +[lang.cpp] +version = "c++17" + [config] ignore_dirs = ["kms/server", "build", "debug-build", "plugin/examples"] #error_on_warning = "true" @@ -11,6 +14,7 @@ ignore_dirs = ["kms/server", "build", "debug-build", "plugin/examples"] [define] GSR_PORTAL = "1" GSR_APP_AUDIO = "1" +GSR_DBUS = "1" [dependencies] libavcodec = ">=58" |
