diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-05-09 16:49:58 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-05-09 16:49:58 +0000 |
commit | c208ec17a4ab34e3fbbcea94ef2093eefdf26eb8 (patch) | |
tree | 4d1a3090310283ff0326d12e9740199d840429d1 /meta | |
parent | 4c6b3db156d0a2c30bab9b79c37b2a0f31cf8fb7 (diff) | |
download | poky-c208ec17a4ab34e3fbbcea94ef2093eefdf26eb8.tar.gz |
libxcalibrate:added git
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1646 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/xorg-lib/libxcalibrate_git.bb | 19 |
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 @@ | |||
1 | DESCRIPTION = " Touchscreen calibration client library" | ||
2 | SECTION = "x11/libs" | ||
3 | PRIORITY = "optional" | ||
4 | LICENSE = "BSD-X" | ||
5 | |||
6 | PV = "0.0+git${SRCDATE}" | ||
7 | |||
8 | DEPENDS = "virtual/libx11 calibrateproto libxext" | ||
9 | |||
10 | FILES_${PN}-locale += "${datadir}/X11/locale" | ||
11 | |||
12 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate;protocol=git" | ||
13 | S = "${WORKDIR}/git" | ||
14 | |||
15 | inherit autotools pkgconfig | ||
16 | |||
17 | do_stage() { | ||
18 | autotools_stage_all | ||
19 | } | ||