package/xf86-input-tslib: enable static build
authorMartin Kepplinger <martin.kepplinger@ginzinger.com>
Wed, 7 Jun 2017 14:07:38 +0000 (16:07 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 7 Jun 2017 19:54:12 +0000 (21:54 +0200)
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>
package/x11r7/xdriver_xf86-input-tslib/Config.in

index 08d790ca4d94eb764794eaeaac557ae82e765790..4e77abcb10d8ed365db18f62908d0c30f07e4d8d 100644 (file)
@@ -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