From c208ec17a4ab34e3fbbcea94ef2093eefdf26eb8 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Wed, 9 May 2007 16:49:58 +0000 Subject: libxcalibrate:added git git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1646 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/xorg-lib/libxcalibrate_git.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 meta/packages/xorg-lib/libxcalibrate_git.bb 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 @@ +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 +} -- cgit v1.2.3-54-g00ecf