Skip to content
Snippets Groups Projects
Commit 480ece97 authored by Steve Lhomme's avatar Steve Lhomme
Browse files

configure: fix chromecast not enabled

Regression from 63b45cfc
parent 0acdec00
No related branches found
No related tags found
1 merge request!2746configure: fix chromecast not enabled
Pipeline #278560 canceled with stage
in 19 minutes and 53 seconds
......@@ -3905,7 +3905,7 @@ AS_IF([test -n "$PKG_CONFIG"],[
])
])
])
AM_CONDITIONAL([BUILD_CHROMECAST], [test "${build_chromecast}" = "yes" -a "${protoc_matching}" = yes])
AM_CONDITIONAL([BUILD_CHROMECAST], [test "${build_chromecast}" != "no" -a "${protoc_matching}" = yes])
dnl
dnl Interface plugins
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment