libgtk3: remove non-existent configure options
[buildroot-gz.git] / package / libyuv / Config.in
blob355ceb0f4711bce1a815a179a577f6ccedd386aa
1 config BR2_PACKAGE_LIBYUV
2         bool "libyuv"
3         depends on BR2_INSTALL_LIBSTDCPP
4         depends on !BR2_STATIC_LIBS
5         help
6           libyuv is an open source project that includes YUV scaling
7           and conversion functionality.
9           https://chromium.googlesource.com/libyuv/libyuv/
11 comment "libyuv needs a toolchain w/ C++, dynamic library"
12         depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS