summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Raghavan <arun@arunraghavan.net>2019-08-05 14:09:44 +0530
committerArun Raghavan <arun@arunraghavan.net>2019-08-05 14:09:44 +0530
commitf52baffeb51c5ea10cd65adc26be4a206122f6f9 (patch)
tree8bbd9b6e07861a6dfa24f5c413f91c07ae5af2a1
parent0d7e351fba92b85ba4d9fda819f0b33130f89f4d (diff)
downloadpulseaudio-f52baffeb51c5ea10cd65adc26be4a206122f6f9.tar.gz
build-sys: meson: Fix minor typo in orc build
-rw-r--r--src/pulsecore/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/meson.build b/src/pulsecore/meson.build
index 47874c33a..d8e1975a9 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@']