summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libxcalibrate_git.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2018-04-06 09:42:14 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-04 13:28:04 +0100
commit20421f2b4ec6c0990ab909e167e710cfcb526101 (patch)
tree71264eb987d807c3f1c1f8f7fbbfa314cbc9cb63 /meta/recipes-graphics/xorg-lib/libxcalibrate_git.bb
parent36166dbade7ef35ef656068425d3bde6607ab9c5 (diff)
downloadpoky-20421f2b4ec6c0990ab909e167e710cfcb526101.tar.gz
libxcalibrate: Drop, no users anymore
xcalibrate was replaced with other xinput touchscreen protocols, drop this remaining remnant. (From OE-Core rev: a1cf2b40b5bf0ead10d3bff155467d4f559e1b73) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxcalibrate_git.bb')
-rw-r--r--meta/recipes-graphics/xorg-lib/libxcalibrate_git.bb23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxcalibrate_git.bb b/meta/recipes-graphics/xorg-lib/libxcalibrate_git.bb
deleted file mode 100644
index 0ed8fda169..0000000000
--- a/meta/recipes-graphics/xorg-lib/libxcalibrate_git.bb
+++ /dev/null
@@ -1,23 +0,0 @@
1SUMMARY = "XCalibrate: Touchscreen calibration library"
2
3DESCRIPTION = "libXCalibrate is a library for performing touchscreen \
4calibration with the kdrive tslib touchscreen driver."
5
6require xorg-lib-common.inc
7
8LICENSE = "MIT-style"
9LIC_FILES_CHKSUM = "file://xcalibrate.h;endline=21;md5=fa572df6439f0f235f2612f370f153d7 \
10 file://xcalibrate.c;endline=21;md5=fa572df6439f0f235f2612f370f153d7"
11
12DEPENDS = "virtual/libx11 xorgproto libxext"
13
14SRCREV = "209d83af61ed38a002c8096377deac292b3e396c"
15PV = "0.0+git${SRCPV}"
16
17SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate \
18 file://fix-xcb.patch"
19UPSTREAM_CHECK_COMMITS = "1"
20
21S = "${WORKDIR}/git"
22
23FILES_${PN}-locale += "${datadir}/X11/locale"