From: Arun Raghavan Date: Mon, 5 Aug 2019 08:39:44 +0000 (+0530) Subject: build-sys: meson: Fix minor typo in orc build X-Git-Tag: v12.99.2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f52baffeb51c5ea10cd65adc26be4a206122f6f9;p=platform%2Fupstream%2Fpulseaudio.git build-sys: meson: Fix minor typo in orc build --- diff --git a/src/pulsecore/meson.build b/src/pulsecore/meson.build index 47874c3..d8e1975 100644 --- a/src/pulsecore/meson.build +++ b/src/pulsecore/meson.build @@ -149,7 +149,7 @@ orc_sources = [] orc_headers = [] if have_orcc orcsrc = 'svolume' - orc_h = custom_target(orcsrc + '-ocr-gen.h', + orc_h = custom_target(orcsrc + '-orc-gen.h', input : orcsrc + '.orc', output : orcsrc + '-orc-gen.h', command : orcc_args + ['--header', '-o', '@OUTPUT@', '@INPUT@']