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_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
--- /dev/null
+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
--- /dev/null
+################################################################################
+#
+# 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))
+++ /dev/null
-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
+++ /dev/null
-################################################################################
-#
-# 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))