janus-gateway: make echo test plugin optional
[buildroot-gz.git] / package / tslib / Config.in
blob6b86ebc4c97f54493c4563f1c13a75fe5c1f09d5
1 config BR2_PACKAGE_TSLIB
2         bool "tslib"
3         depends on !BR2_STATIC_LIBS # dlopen
4         depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12
5         help
6           Tslib is an abstraction layer for touchscreen panel events.
8           https://github.com/kergoth/tslib
10 comment "tslib needs a toolchain w/ dynamic library, headers >= 3.12"
11         depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12