diff options
Diffstat (limited to 'package/x11r7/xdriver_xf86-input-microtouch')
-rw-r--r-- | package/x11r7/xdriver_xf86-input-microtouch/Config.in | 9 | ||||
-rw-r--r-- | package/x11r7/xdriver_xf86-input-microtouch/xdriver_xf86-input-microtouch.mk | 14 |
2 files changed, 0 insertions, 23 deletions
diff --git a/package/x11r7/xdriver_xf86-input-microtouch/Config.in b/package/x11r7/xdriver_xf86-input-microtouch/Config.in deleted file mode 100644 index 5939ff845..000000000 --- a/package/x11r7/xdriver_xf86-input-microtouch/Config.in +++ /dev/null @@ -1,9 +0,0 @@ -config BR2_PACKAGE_XDRIVER_XF86_INPUT_MICROTOUCH - bool "xf86-input-microtouch" - select BR2_PACKAGE_XSERVER_XORG_SERVER - select BR2_PACKAGE_XPROTO_INPUTPROTO - select BR2_PACKAGE_XPROTO_RANDRPROTO - select BR2_PACKAGE_XPROTO_XPROTO - help - xf86-input-microtouch 1.1.0 - MicroTouch input driver diff --git a/package/x11r7/xdriver_xf86-input-microtouch/xdriver_xf86-input-microtouch.mk b/package/x11r7/xdriver_xf86-input-microtouch/xdriver_xf86-input-microtouch.mk deleted file mode 100644 index caabcddbf..000000000 --- a/package/x11r7/xdriver_xf86-input-microtouch/xdriver_xf86-input-microtouch.mk +++ /dev/null @@ -1,14 +0,0 @@ -################################################################################ -# -# xdriver_xf86-input-microtouch -- MicroTouch input driver -# -################################################################################ - -XDRIVER_XF86_INPUT_MICROTOUCH_VERSION = 1.2.0 -XDRIVER_XF86_INPUT_MICROTOUCH_SOURCE = xf86-input-microtouch-$(XDRIVER_XF86_INPUT_MICROTOUCH_VERSION).tar.bz2 -XDRIVER_XF86_INPUT_MICROTOUCH_SITE = http://xorg.freedesktop.org/releases/individual/driver -XDRIVER_XF86_INPUT_MICROTOUCH_AUTORECONF = NO -XDRIVER_XF86_INPUT_MICROTOUCH_DEPENDENCIES = xserver_xorg-server xproto_inputproto xproto_randrproto xproto_xproto -XDRIVER_XF86_INPUT_MICROTOUCH_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install - -$(eval $(call AUTOTARGETS,package/x11r7,xdriver_xf86-input-microtouch)) |