Skip to content
Snippets Groups Projects
Commit c3cf379a authored by Steve Lhomme's avatar Steve Lhomme Committed by François Cartegnie
Browse files

configure: don't build chromecast with --disable-chromecast

parent 213413f4
No related branches found
No related tags found
Loading
Pipeline #279774 passed with stage
in 25 minutes and 2 seconds
......@@ -3853,7 +3853,7 @@ PKG_WITH_MODULES([CHROMECAST],[protobuf-lite], [],[
],[
AC_MSG_WARN(Library protobuf-lite needed for [chromecast] was not found)
])
build_chromecast=no
enable_chromecast=no
], [(Chromecast streaming support)], [auto])
AC_ARG_VAR(PROTOC, [protobuf compiler])
......@@ -3905,7 +3905,7 @@ AS_IF([test -n "$PKG_CONFIG"],[
])
])
])
AM_CONDITIONAL([BUILD_CHROMECAST], [test "${build_chromecast}" != "no" -a "${protoc_matching}" = yes])
AM_CONDITIONAL([BUILD_CHROMECAST], [test "${enable_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