diff options
author | Martin Kepplinger <martin.kepplinger@ginzinger.com> | 2017-06-07 16:07:38 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2017-06-07 21:54:12 +0200 |
commit | 8e1690a5290bfba7130edc1afe74cce7996454ab (patch) | |
tree | a40f2ddc21541473dac9b5ae7fd63f3bc560199f | |
parent | 05fadfea1df4beb2f552343149bacbaea95d5135 (diff) | |
download | buildroot-8e1690a5290bfba7130edc1afe74cce7996454ab.tar.gz buildroot-8e1690a5290bfba7130edc1afe74cce7996454ab.zip |
package/xf86-input-tslib: enable static build
since tslib now supports static builds the dependency on !BR2_STATIC_LIBS
can be removed from xf86-input-tslib too.
Signed-off-by: Martin Kepplinger <martin.kepplinger@ginzinger.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/x11r7/xdriver_xf86-input-tslib/Config.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/package/x11r7/xdriver_xf86-input-tslib/Config.in b/package/x11r7/xdriver_xf86-input-tslib/Config.in index 08d790ca4d..4e77abcb10 100644 --- a/package/x11r7/xdriver_xf86-input-tslib/Config.in +++ b/package/x11r7/xdriver_xf86-input-tslib/Config.in @@ -1,6 +1,5 @@ config BR2_PACKAGE_XDRIVER_XF86_INPUT_TSLIB bool "xf86-input-tslib" - depends on !BR2_STATIC_LIBS # tslib select BR2_PACKAGE_XPROTO_INPUTPROTO select BR2_PACKAGE_XPROTO_RANDRPROTO select BR2_PACKAGE_XPROTO_XPROTO @@ -9,6 +8,3 @@ config BR2_PACKAGE_XDRIVER_XF86_INPUT_TSLIB Touch screen library input driver https://github.com/merge/xf86-input-tslib - -comment "xf86-input-tslib needs a toolchain w/ dynamic library" - depends on BR2_STATIC_LIBS |