diff options
| author | 2026-08-26 15:08:16 -0400 | |
|---|---|---|
| committer | 2026-08-26 15:08:16 -0400 | |
| commit | 6094c907b26e21f13373bae6bf3306dbae40af3c (patch) | |
| tree | 981864ddb1ab9749d3e10a81edc782311826e101 /subprojects/packagefiles/libcdio-paranoia/meson.build | |
| parent | da9bddc70ff8544f3294b880d719c4605e87ad97 (diff) | |
| download | camu-6094c907b26e21f13373bae6bf3306dbae40af3c.tar.gz camu-6094c907b26e21f13373bae6bf3306dbae40af3c.tar.bz2 camu-6094c907b26e21f13373bae6bf3306dbae40af3c.zip | |
Update deps, small changes and cleanup
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'subprojects/packagefiles/libcdio-paranoia/meson.build')
| -rw-r--r-- | subprojects/packagefiles/libcdio-paranoia/meson.build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/subprojects/packagefiles/libcdio-paranoia/meson.build b/subprojects/packagefiles/libcdio-paranoia/meson.build index 82b07b3..c8ee719 100644 --- a/subprojects/packagefiles/libcdio-paranoia/meson.build +++ b/subprojects/packagefiles/libcdio-paranoia/meson.build @@ -1,7 +1,8 @@ -project('libcdio-paranoia', 'c', version: 'git-717f126', meson_version: '>=0.57.0') +project('libcdio-paranoia', 'c', version: 'git-384f4da', meson_version: '>=0.57.0') ext_proj = import('unstable-external_project') +# @TODO: Couldn't this work for shaderc? run_command('autoreconf', '-fi', check: true) proj = ext_proj.add_project('configure', |