mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 13:16:35 +00:00
tslib: needs dynamic library for dlopen
Fixes http://autobuild.buildroot.net/results/1242cbea015e5a24a6621d1bd5569d2a1a819bb4/ Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
bfc505c079
commit
f826e851c8
@ -93,9 +93,13 @@ config BR2_PACKAGE_DIRECTFB_SERIALMOUSE
|
|||||||
|
|
||||||
config BR2_PACKAGE_DIRECTFB_TSLIB
|
config BR2_PACKAGE_DIRECTFB_TSLIB
|
||||||
bool "enable touchscreen support"
|
bool "enable touchscreen support"
|
||||||
|
depends on !BR2_PREFER_STATIC_LIB # tslib
|
||||||
default y
|
default y
|
||||||
select BR2_PACKAGE_TSLIB
|
select BR2_PACKAGE_TSLIB
|
||||||
|
|
||||||
|
comment "touchscreen support needs a toolchain w/ dynamic library"
|
||||||
|
depends on BR2_PREFER_STATIC_LIB
|
||||||
|
|
||||||
config BR2_PACKAGE_DIRECTFB_GIF
|
config BR2_PACKAGE_DIRECTFB_GIF
|
||||||
bool "enable GIF support"
|
bool "enable GIF support"
|
||||||
default y
|
default y
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
config BR2_PACKAGE_TSLIB
|
config BR2_PACKAGE_TSLIB
|
||||||
bool "tslib"
|
bool "tslib"
|
||||||
|
depends on !BR2_PREFER_STATIC_LIB # dlopen
|
||||||
help
|
help
|
||||||
Tslib is an abstraction layer for touchscreen panel events.
|
Tslib is an abstraction layer for touchscreen panel events.
|
||||||
|
|
||||||
http://tslib.berlios.de/
|
http://tslib.berlios.de/
|
||||||
|
|
||||||
|
comment "tslib needs a toolchain w/ dynamic library"
|
||||||
|
depends on BR2_PREFER_STATIC_LIB
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
config BR2_PACKAGE_XDRIVER_XF86_INPUT_TSLIB
|
config BR2_PACKAGE_XDRIVER_XF86_INPUT_TSLIB
|
||||||
bool "xf86-input-tslib"
|
bool "xf86-input-tslib"
|
||||||
|
depends on !BR2_PREFER_STATIC_LIB # tslib
|
||||||
select BR2_PACKAGE_XPROTO_INPUTPROTO
|
select BR2_PACKAGE_XPROTO_INPUTPROTO
|
||||||
select BR2_PACKAGE_XPROTO_RANDRPROTO
|
select BR2_PACKAGE_XPROTO_RANDRPROTO
|
||||||
select BR2_PACKAGE_XPROTO_XPROTO
|
select BR2_PACKAGE_XPROTO_XPROTO
|
||||||
@ -8,3 +9,6 @@ config BR2_PACKAGE_XDRIVER_XF86_INPUT_TSLIB
|
|||||||
Touch screen library input driver
|
Touch screen library input driver
|
||||||
|
|
||||||
http://www.ptxdist.org/software/xf86-input-tslib/index_en.html
|
http://www.ptxdist.org/software/xf86-input-tslib/index_en.html
|
||||||
|
|
||||||
|
comment "xf86-input-tslib needs a toolchain w/ dynamic library"
|
||||||
|
depends on BR2_PREFER_STATIC_LIB
|
||||||
|
Loading…
x
Reference in New Issue
Block a user