mirror of
https://git.yoctoproject.org/poky
synced 2026-05-04 22:39:49 +02: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:
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
|
||||
}
|
||||
Reference in New Issue
Block a user