generic-poky/meta/packages/xorg-lib/libxcalibrate_git.bb
Marcin Juszkiewicz 6c9d93a8c6 xorg-lib: X11 cleanup part 2: added DESCRIPTION fields, fixed DEPENDS lines, fixed order of fields
- dropped old unused recipes: libice 1.0.1, libxevie 1.0.1, libxext 1.0.1
- dependencies are cleaned as many recipes had repeated deps of own deps


git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2099 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-07-04 14:45:36 +00:00

15 lines
426 B
BlitzBasic

require xorg-lib-common.inc
DESCRIPTION = " Touchscreen calibration client library"
LICENSE = "BSD-X"
DEPENDS = "virtual/libx11 calibrateproto libxext"
PV = "0.0+git${SRCDATE}"
PR = "r2"
SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate;protocol=git;tag=4be232e30cd33a44a1ce6d3ec429ee6101540c62 \
file://coords.patch;patch=1"
S = "${WORKDIR}/git"
FILES_${PN}-locale += "${datadir}/X11/locale"