mirror of
git://git.yoctoproject.org/poky
synced 2026-09-27 15:31:10 +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:
parent
4c6b3db156
commit
c208ec17a4
19
meta/packages/xorg-lib/libxcalibrate_git.bb
Normal file
19
meta/packages/xorg-lib/libxcalibrate_git.bb
Normal file
@ -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
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user