meson: Rename caca option to libcaca

All options must match the plugin directory name.
This commit is contained in:
Nirbheek Chauhan 2018-08-17 19:11:21 +05:30
parent b7e78d84b4
commit cebe940c12
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
libcaca_dep = dependency('caca', required : get_option('caca'))
libcaca_dep = dependency('caca', required : get_option('libcaca'))
if libcaca_dep.found()
library('gstcacasink', 'gstcacasink.c',

View file

@ -46,7 +46,6 @@ option('y4m', type : 'feature', value : 'auto')
# Feature options for plugins with external deps
option('aalib', type : 'feature', value : 'auto', description : 'aalib text console video sink plugin')
option('bz2', type : 'feature', value : 'auto', description : 'libbz2 support in the matroska plugin')
option('caca', type : 'feature', value : 'auto', description : 'libcaca text console video sink plugin')
option('cairo', type : 'feature', value : 'auto', description : 'Cairo overlay plugin')
option('directsound', type : 'feature', value : 'auto', description : 'Directsound audio source/sink plugin')
option('dv', type : 'feature', value : 'auto', description : 'Digital video decoder and demuxer plugin')
@ -57,6 +56,7 @@ option('gtk3', type : 'feature', value : 'auto', description : 'GTK+ video sink
option('jack', type : 'feature', value : 'auto', description : 'JACK audio source/sink plugin')
option('jpeg', type : 'feature', value : 'auto', description : 'JPEG image codec plugin')
option('lame', type : 'feature', value : 'auto', description : 'LAME mp3 audio encoder plugin')
option('libcaca', type : 'feature', value : 'auto', description : 'libcaca text console video sink plugin')
option('mpg123', type : 'feature', value : 'auto', description : 'mpg123 mp3 audio decoder plugin')
option('oss', type : 'feature', value : 'auto', description : 'OSS audio source/sink plugin')
option('oss4', type : 'feature', value : 'auto', description : 'OSSv4 audio source/sink plugin')