blob: 94b5265103eba744eda737563889491c3a4532d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
}
|