mirror of
https://git.yoctoproject.org/poky
synced 2026-02-24 18:39:40 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1646 311d38ba-8fff-0310-9ca6-ca027cbcb966
20 lines
411 B
BlitzBasic
20 lines
411 B
BlitzBasic
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
|
|
}
|