aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xinput-calibrator/xinput-calibrator_0.5.0.bb
blob: 8f3152056f043abafb6a56312c74467bdac88529 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DEPENDS = "virtual/libx11 libxi"

SRCREV  = "6af268f1b435f7bdd83335092ddc684054df2110"
SRC_URI = "git://github.com/tias/xinput_calibrator.git;protocol=git \
           file://0001-switch-to-autotools-based-build-system.patch;patch=1 \
           file://0002-gui_x11.cpp-Load-font-fixed-when-9x15-fails-in-GuiCa.patch;patch=1 \
           file://xinput-calibrator.desktop \
"

PR = "r2"
inherit autotools
S = "${WORKDIR}/git/"

do_install() {
	install -d ${D}${bindir}
	install -m 0755 xinput_calibrator_x11 ${D}${bindir}/xinput_calibrator
	install -d ${D}${datadir}/applications/	
	install -m 0755 ${WORKDIR}/xinput-calibrator.desktop ${D}${datadir}/applications/xinput-calibrator.desktop	
}