diff options
| author | 2026-09-14 18:52:17 -0400 | |
|---|---|---|
| committer | 2026-09-14 19:27:34 -0400 | |
| commit | 5d9fc8fdca655ee3a6749421d18feff17c5f45fe (patch) | |
| tree | 4fce0e4fce62b89bbc052ac9e28cde8606021ba2 /subprojects | |
| parent | 8f208c26b6fa1a9f3372679c047cab559c06e26b (diff) | |
| download | camu-master.tar.gz camu-master.tar.bz2 camu-master.zip | |
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'subprojects')
4 files changed, 4 insertions, 5 deletions
diff --git a/subprojects/packagefiles/libcdio-paranoia/meson.build b/subprojects/packagefiles/libcdio-paranoia/meson.build index c8ee719..f7d39c7 100644 --- a/subprojects/packagefiles/libcdio-paranoia/meson.build +++ b/subprojects/packagefiles/libcdio-paranoia/meson.build @@ -2,8 +2,7 @@ project('libcdio-paranoia', 'c', version: 'git-384f4da', meson_version: '>=0.57. ext_proj = import('unstable-external_project') -# @TODO: Couldn't this work for shaderc? -run_command('autoreconf', '-fi', check: true) +run_command('autoreconf', '-fi') proj = ext_proj.add_project('configure', configure_options: [ diff --git a/subprojects/packagefiles/libdvdcss/meson.build b/subprojects/packagefiles/libdvdcss/meson.build index caa0deb..ed15638 100644 --- a/subprojects/packagefiles/libdvdcss/meson.build +++ b/subprojects/packagefiles/libdvdcss/meson.build @@ -2,7 +2,7 @@ project('libdvdcss', 'c', version: 'git-d0b6a29', meson_version: '>=0.57.0') ext_proj = import('unstable-external_project') -run_command('autoreconf', '-fi', check: true) +run_command('autoreconf', '-fi') proj = ext_proj.add_project('configure', configure_options: [ diff --git a/subprojects/packagefiles/libdvdnav/meson.build b/subprojects/packagefiles/libdvdnav/meson.build index 3d220da..dff9a2a 100644 --- a/subprojects/packagefiles/libdvdnav/meson.build +++ b/subprojects/packagefiles/libdvdnav/meson.build @@ -2,7 +2,7 @@ project('libdvdnav', 'c', version: 'git-9831fe0', meson_version: '>=0.57.0') ext_proj = import('unstable-external_project') -run_command('autoreconf', '-fi', check: true) +run_command('autoreconf', '-fi') proj = ext_proj.add_project('configure', configure_options: [ diff --git a/subprojects/packagefiles/libdvdread/meson.build b/subprojects/packagefiles/libdvdread/meson.build index 8511017..40d19cb 100644 --- a/subprojects/packagefiles/libdvdread/meson.build +++ b/subprojects/packagefiles/libdvdread/meson.build @@ -2,7 +2,7 @@ project('libdvdread', 'c', version: 'git-ba2227b', meson_version: '>=0.57.0') ext_proj = import('unstable-external_project') -run_command('autoreconf', '-fi', check: true) +run_command('autoreconf', '-fi') proj = ext_proj.add_project('configure', configure_options: [ |