diff options
| -rw-r--r-- | meta/packages/xorg-lib/libxcalibrate_git.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/packages/xorg-lib/libxcalibrate_git.bb b/meta/packages/xorg-lib/libxcalibrate_git.bb new file mode 100644 index 0000000000..94b5265103 --- /dev/null +++ b/meta/packages/xorg-lib/libxcalibrate_git.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | DESCRIPTION = " Touchscreen calibration client library" | ||
| 2 | SECTION = "x11/libs" | ||
| 3 | PRIORITY = "optional" | ||
| 4 | LICENSE = "BSD-X" | ||
| 5 | |||
| 6 | PV = "0.0+git${SRCDATE}" | ||
| 7 | |||
| 8 | DEPENDS = "virtual/libx11 calibrateproto libxext" | ||
| 9 | |||
| 10 | FILES_${PN}-locale += "${datadir}/X11/locale" | ||
| 11 | |||
| 12 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate;protocol=git" | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | inherit autotools pkgconfig | ||
| 16 | |||
| 17 | do_stage() { | ||
| 18 | autotools_stage_all | ||
| 19 | } | ||
