diff options
| author | 2026-09-14 18:52:17 -0400 | |
|---|---|---|
| committer | 2026-09-14 19:27:34 -0400 | |
| commit | 5d9fc8fdca655ee3a6749421d18feff17c5f45fe (patch) | |
| tree | 4fce0e4fce62b89bbc052ac9e28cde8606021ba2 /subprojects/packagefiles/libdvdcss/meson.build | |
| parent | 8f208c26b6fa1a9f3372679c047cab559c06e26b (diff) | |
| download | camu-5d9fc8fdca655ee3a6749421d18feff17c5f45fe.tar.gz camu-5d9fc8fdca655ee3a6749421d18feff17c5f45fe.tar.bz2 camu-5d9fc8fdca655ee3a6749421d18feff17c5f45fe.zip | |
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'subprojects/packagefiles/libdvdcss/meson.build')
| -rw-r--r-- | subprojects/packagefiles/libdvdcss/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
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: [ |