New package: xinput-calibrator
authorYegor Yefremov <yegor_sub1@visionsystems.de>
Fri, 14 Oct 2011 15:02:53 +0000 (17:02 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 11 Dec 2011 22:23:57 +0000 (23:23 +0100)
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/x11r7/Config.in
package/x11r7/xapp_xinput_calibrator/Config.in [new file with mode: 0644]
package/x11r7/xapp_xinput_calibrator/xapp_xinput-calibrator.mk [new file with mode: 0644]

index c0c0043ba34cd05efc54a5fb0983d478768cb1fe..50816f23e90fffd91416792a518bcc89e76cd068 100644 (file)
@@ -129,6 +129,7 @@ endmenu
                source package/x11r7/xapp_xhost/Config.in
                source package/x11r7/xapp_xinit/Config.in
                source package/x11r7/xapp_xinput/Config.in
+               source package/x11r7/xapp_xinput_calibrator/Config.in
                source package/x11r7/xapp_xkbcomp/Config.in
                source package/x11r7/xapp_xkbevd/Config.in
                source package/x11r7/xapp_xkbprint/Config.in
diff --git a/package/x11r7/xapp_xinput_calibrator/Config.in b/package/x11r7/xapp_xinput_calibrator/Config.in
new file mode 100644 (file)
index 0000000..47c607c
--- /dev/null
@@ -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 (file)
index 0000000..f84d1c2
--- /dev/null
@@ -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))