aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-lib/libxcalibrate_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/xorg-lib/libxcalibrate_git.bb')
-rw-r--r--recipes/xorg-lib/libxcalibrate_git.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/xorg-lib/libxcalibrate_git.bb b/recipes/xorg-lib/libxcalibrate_git.bb
new file mode 100644
index 0000000000..f9e1587ef1
--- /dev/null
+++ b/recipes/xorg-lib/libxcalibrate_git.bb
@@ -0,0 +1,13 @@
+require xorg-lib-common.inc
+
+DESCRIPTION = " Touchscreen calibration client library"
+LICENSE = "BSD-X"
+DEPENDS = "virtual/libx11 calibrateproto libxext"
+PV = "0.0+gitr${SRCREV}"
+PE = "1"
+
+SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate;protocol=git"
+
+S = "${WORKDIR}/git"
+
+FILES_${PN}-locale += "${datadir}/X11/locale"