tag/meson.build: move libchromaprint detection to lib/chromaprint/

This commit is contained in:
Max Kellermann
2019-04-05 13:51:15 +02:00
parent a30af2ba42
commit ab5eb4f9ce
3 changed files with 3 additions and 3 deletions

View File

@@ -0,0 +1,2 @@
chromaprint_dep = dependency('libchromaprint', required: get_option('chromaprint'))
conf.set('ENABLE_CHROMAPRINT', chromaprint_dep.found())