fbe02c0937
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>
13 lines
494 B
Makefile
13 lines
494 B
Makefile
################################################################################
|
|
#
|
|
# 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))
|