This commit is contained in:
dec05eba
2025-03-15 01:02:36 +01:00
parent 63b2b6cbc3
commit 34b9aad24b
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
project('gsr-ui', ['c', 'cpp'], version : '1.2.2', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends') project('gsr-ui', ['c', 'cpp'], version : '1.3.0', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends')
if get_option('buildtype') == 'debug' if get_option('buildtype') == 'debug'
add_project_arguments('-g3', language : ['c', 'cpp']) add_project_arguments('-g3', language : ['c', 'cpp'])

View File

@@ -1,7 +1,7 @@
[package] [package]
name = "gsr-ui" name = "gsr-ui"
type = "executable" type = "executable"
version = "1.2.2" version = "1.3.0"
platforms = ["posix"] platforms = ["posix"]
[lang.cpp] [lang.cpp]
@@ -16,4 +16,4 @@ xfixes = ">=0"
xext = ">=0" xext = ">=0"
xi = ">=0" xi = ">=0"
xcursor = ">=1" xcursor = ">=1"
libpulse-simple = ">=0" libpulse-simple = ">=0"