diff options
Diffstat (limited to 'package/x11r7/xdriver_xf86-input-tslib/Config.in')
-rw-r--r-- | package/x11r7/xdriver_xf86-input-tslib/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/x11r7/xdriver_xf86-input-tslib/Config.in b/package/x11r7/xdriver_xf86-input-tslib/Config.in index 7cf5926adb..9c6e296153 100644 --- a/package/x11r7/xdriver_xf86-input-tslib/Config.in +++ b/package/x11r7/xdriver_xf86-input-tslib/Config.in @@ -1,6 +1,6 @@ config BR2_PACKAGE_XDRIVER_XF86_INPUT_TSLIB bool "xf86-input-tslib" - depends on !BR2_PREFER_STATIC_LIB # tslib + depends on !BR2_STATIC_LIBS # tslib select BR2_PACKAGE_XPROTO_INPUTPROTO select BR2_PACKAGE_XPROTO_RANDRPROTO select BR2_PACKAGE_XPROTO_XPROTO @@ -11,4 +11,4 @@ config BR2_PACKAGE_XDRIVER_XF86_INPUT_TSLIB 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 + depends on BR2_STATIC_LIBS |