summaryrefslogtreecommitdiff
path: root/cleopatre/buildroot/package/x11r7/xdriver_xf86-input-mutouch
diff options
context:
space:
mode:
Diffstat (limited to 'cleopatre/buildroot/package/x11r7/xdriver_xf86-input-mutouch')
-rw-r--r--cleopatre/buildroot/package/x11r7/xdriver_xf86-input-mutouch/Config.in9
-rw-r--r--cleopatre/buildroot/package/x11r7/xdriver_xf86-input-mutouch/xdriver_xf86-input-mutouch.mk14
2 files changed, 23 insertions, 0 deletions
diff --git a/cleopatre/buildroot/package/x11r7/xdriver_xf86-input-mutouch/Config.in b/cleopatre/buildroot/package/x11r7/xdriver_xf86-input-mutouch/Config.in
new file mode 100644
index 0000000000..5bb61a10be
--- /dev/null
+++ b/cleopatre/buildroot/package/x11r7/xdriver_xf86-input-mutouch/Config.in
@@ -0,0 +1,9 @@
+config BR2_PACKAGE_XDRIVER_XF86_INPUT_MUTOUCH
+ bool "xf86-input-mutouch"
+ select BR2_PACKAGE_XSERVER_XORG_SERVER
+ select BR2_PACKAGE_XPROTO_INPUTPROTO
+ select BR2_PACKAGE_XPROTO_RANDRPROTO
+ select BR2_PACKAGE_XPROTO_XPROTO
+ help
+ xf86-input-mutouch 1.1.0
+ Microtouch input driver
diff --git a/cleopatre/buildroot/package/x11r7/xdriver_xf86-input-mutouch/xdriver_xf86-input-mutouch.mk b/cleopatre/buildroot/package/x11r7/xdriver_xf86-input-mutouch/xdriver_xf86-input-mutouch.mk
new file mode 100644
index 0000000000..2d80599671
--- /dev/null
+++ b/cleopatre/buildroot/package/x11r7/xdriver_xf86-input-mutouch/xdriver_xf86-input-mutouch.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# xdriver_xf86-input-mutouch -- Microtouch input driver
+#
+################################################################################
+
+XDRIVER_XF86_INPUT_MUTOUCH_VERSION = 1.2.0
+XDRIVER_XF86_INPUT_MUTOUCH_SOURCE = xf86-input-mutouch-$(XDRIVER_XF86_INPUT_MUTOUCH_VERSION).tar.bz2
+XDRIVER_XF86_INPUT_MUTOUCH_SITE = http://xorg.freedesktop.org/releases/individual/driver
+XDRIVER_XF86_INPUT_MUTOUCH_AUTORECONF = NO
+XDRIVER_XF86_INPUT_MUTOUCH_DEPENDENCIES = xserver_xorg-server xproto_inputproto xproto_randrproto xproto_xproto
+XDRIVER_XF86_INPUT_MUTOUCH_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install
+
+$(eval $(call AUTOTARGETS,package/x11r7,xdriver_xf86-input-mutouch))