summaryrefslogtreecommitdiff
path: root/package/x11r7/xapp_xinput_calibrator
diff options
context:
space:
mode:
Diffstat (limited to 'package/x11r7/xapp_xinput_calibrator')
-rw-r--r--package/x11r7/xapp_xinput_calibrator/Config.in9
-rw-r--r--package/x11r7/xapp_xinput_calibrator/xapp_xinput-calibrator.mk12
2 files changed, 21 insertions, 0 deletions
diff --git a/package/x11r7/xapp_xinput_calibrator/Config.in b/package/x11r7/xapp_xinput_calibrator/Config.in
new file mode 100644
index 000000000..47c607c8e
--- /dev/null
+++ b/package/x11r7/xapp_xinput_calibrator/Config.in
@@ -0,0 +1,9 @@
+config BR2_PACKAGE_XAPP_XINPUT_CALIBRATOR
+ bool "xinput-calibrator"
+ select BR2_PACKAGE_XLIB_LIBX11
+ select BR2_PACKAGE_XLIB_LIBXI
+ help
+ A generic touchscreen calibration program for X.Org.
+
+ http://www.freedesktop.org/wiki/Software/xinput_calibrator
+
diff --git a/package/x11r7/xapp_xinput_calibrator/xapp_xinput-calibrator.mk b/package/x11r7/xapp_xinput_calibrator/xapp_xinput-calibrator.mk
new file mode 100644
index 000000000..f84d1c219
--- /dev/null
+++ b/package/x11r7/xapp_xinput_calibrator/xapp_xinput-calibrator.mk
@@ -0,0 +1,12 @@
+################################################################################
+#
+# xapp_xinput-calibrator
+#
+################################################################################
+
+XAPP_XINPUT_CALIBRATOR_VERSION = 0.7.5
+XAPP_XINPUT_CALIBRATOR_SOURCE = xinput_calibrator-$(XAPP_XINPUT_CALIBRATOR_VERSION).tar.gz
+XAPP_XINPUT_CALIBRATOR_SITE = http://github.com/downloads/tias/xinput_calibrator
+XAPP_XINPUT_CALIBRATOR_DEPENDENCIES = xlib_libX11 xlib_libXi
+
+$(eval $(call AUTOTARGETS))