diff options
Diffstat (limited to 'subprojects/packagefiles')
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: [ |