diff options
author | Koen Kooi <koen@openembedded.org> | 2006-08-30 07:43:30 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-08-30 07:43:30 +0000 |
commit | 342881986b13d73ee6489acf4e23afbf691deb3c (patch) | |
tree | 5366fc499b9b25be57d2e8577f2be6b659c197ff /packages/xorg-lib | |
parent | 1f466c89c6c17f37c517bda099db12ab55daad6a (diff) |
libxcalibrate: add git version
Diffstat (limited to 'packages/xorg-lib')
-rw-r--r-- | packages/xorg-lib/libxcalibrate_git.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/xorg-lib/libxcalibrate_git.bb b/packages/xorg-lib/libxcalibrate_git.bb new file mode 100644 index 0000000000..df23f22b11 --- /dev/null +++ b/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${DATE}" + +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 +} |