libv4l: avoid libelf dependency

Explicitly disable bpf support to avoid picking up libelf dependency.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
This commit is contained in:
Eneas U de Queiroz 2019-03-15 15:27:53 -03:00
parent 91a0a8abf8
commit 2ffac8ff5b
No known key found for this signature in database
GPG key ID: 1EB043ABD7ACF202

View file

@ -76,6 +76,7 @@ TARGET_CFLAGS += -flto
TARGET_LDFLAGS += -largp -Wl,--gc-sections
CONFIGURE_ARGS+= \
--disable-bpf \
--disable-doxygen-doc \
--disable-libdvbv5 \
--disable-qv4l2 \