summaryrefslogtreecommitdiffstats
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
parent4c6b3db156d0a2c30bab9b79c37b2a0f31cf8fb7 (diff)
downloadpoky-c208ec17a4ab34e3fbbcea94ef2093eefdf26eb8.tar.gz
libxcalibrate:added git
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1646 311d38ba-8fff-0310-9ca6-ca027cbcb966
-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 0000000000..94b5265103
--- /dev/null
+++ b/meta/packages/xorg-lib/libxcalibrate_git.bb
@@ -0,0 +1,19 @@
1DESCRIPTION = " Touchscreen calibration client library"
2SECTION = "x11/libs"
3PRIORITY = "optional"
4LICENSE = "BSD-X"
5
6PV = "0.0+git${SRCDATE}"
7
8DEPENDS = "virtual/libx11 calibrateproto libxext"
9
10FILES_${PN}-locale += "${datadir}/X11/locale"
11
12SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate;protocol=git"
13S = "${WORKDIR}/git"
14
15inherit autotools pkgconfig
16
17do_stage() {
18 autotools_stage_all
19}