summaryrefslogtreecommitdiff
path: root/meta/packages
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-05-09 16:49:58 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-05-09 16:49:58 +0000
commitc208ec17a4ab34e3fbbcea94ef2093eefdf26eb8 (patch)
tree4d1a3090310283ff0326d12e9740199d840429d1 /meta/packages
parent4c6b3db156d0a2c30bab9b79c37b2a0f31cf8fb7 (diff)
downloadopenembedded-core-c208ec17a4ab34e3fbbcea94ef2093eefdf26eb8.tar.gz
openembedded-core-c208ec17a4ab34e3fbbcea94ef2093eefdf26eb8.tar.bz2
openembedded-core-c208ec17a4ab34e3fbbcea94ef2093eefdf26eb8.tar.xz
openembedded-core-c208ec17a4ab34e3fbbcea94ef2093eefdf26eb8.zip
libxcalibrate:added git
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1646 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-rw-r--r--meta/packages/xorg-lib/libxcalibrate_git.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/packages/xorg-lib/libxcalibrate_git.bb b/meta/packages/xorg-lib/libxcalibrate_git.bb
new file mode 100644
index 000000000..94b526510
--- /dev/null
+++ b/meta/packages/xorg-lib/libxcalibrate_git.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = " Touchscreen calibration client library"
+SECTION = "x11/libs"
+PRIORITY = "optional"
+LICENSE = "BSD-X"
+
+PV = "0.0+git${SRCDATE}"
+
+DEPENDS = "virtual/libx11 calibrateproto libxext"
+
+FILES_${PN}-locale += "${datadir}/X11/locale"
+
+SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate;protocol=git"
+S = "${WORKDIR}/git"
+
+inherit autotools pkgconfig
+
+do_stage() {
+ autotools_stage_all
+}