mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
libxcalibrate:added git
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1646 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -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
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user