summaryrefslogtreecommitdiffstats
path: root/package/x11r7/xapp_xinput-calibrator
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-01-02 01:26:36 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-01-02 20:28:27 +0100
commitfbe02c09377ed468ca03e7502c7e32c6071293ed (patch)
tree7e08cb3231df95752e284b2fb8877f34058ff8ca /package/x11r7/xapp_xinput-calibrator
parent1063539c536662f95a0bb14b70b2db7396602564 (diff)
downloadbuildroot-novena-fbe02c09377ed468ca03e7502c7e32c6071293ed.tar.gz
buildroot-novena-fbe02c09377ed468ca03e7502c7e32c6071293ed.zip
xapp_xinput-calibrator: rename directory to match .mk name
The directory was named xapp_xinput_calibrator, but the .mk file was named xapp_xinput-calibrator.mk, which isn't consistent. Rename the directory to xapp_xinput-calibrator to be consistent with the naming of the .mk file and the other x11r7 directories. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/x11r7/xapp_xinput-calibrator')
-rw-r--r--package/x11r7/xapp_xinput-calibrator/Config.in12
-rw-r--r--package/x11r7/xapp_xinput-calibrator/xapp_xinput-calibrator.mk12
2 files changed, 24 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..ac98b8d0d
--- /dev/null
+++ b/package/x11r7/xapp_xinput-calibrator/Config.in
@@ -0,0 +1,12 @@
+config BR2_PACKAGE_XAPP_XINPUT_CALIBRATOR
+ bool "xinput-calibrator"
+ depends on BR2_INSTALL_LIBSTDCPP
+ 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
+
+comment "xinput-calibrator requires a toolchain with C++ support"
+ depends on !BR2_INSTALL_LIBSTDCPP
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..659d62a31
--- /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 $(autotools-package))