aboutsummaryrefslogtreecommitdiffstats
path: root/packages/xcalibrate
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2006-10-04 13:45:13 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2006-10-04 13:45:13 +0000
commit4d3c76b3a6dfa5c7fb8fa4b99be82ae52ef523ad (patch)
tree0f01e5a5725dcae7add6c5cd7737f5e4f0da3fb7 /packages/xcalibrate
parente2e2fe0bfac4ad6aa39274af8d3eff265d406d2d (diff)
downloadopenembedded-4d3c76b3a6dfa5c7fb8fa4b99be82ae52ef523ad.tar.gz
xcalibrate_git: Add latest xcalibrate from X.org's git.
* Was forgotten to be added, the same as xcalibrateext_git before ;-(.
Diffstat (limited to 'packages/xcalibrate')
-rw-r--r--packages/xcalibrate/xcalibrate_git.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/xcalibrate/xcalibrate_git.bb b/packages/xcalibrate/xcalibrate_git.bb
new file mode 100644
index 0000000000..6448eedd5b
--- /dev/null
+++ b/packages/xcalibrate/xcalibrate_git.bb
@@ -0,0 +1,15 @@
+PV = "0.0+git${SRCDATE}"
+LICENSE = "BSD-X"
+SECTION = "x11/libs"
+PRIORITY = "optional"
+DEPENDS = "virtual/libx11 xcalibrateext libxext"
+DESCRIPTION = "XCalibrate client-side library"
+
+SRC_URI = "git://anongit.freedesktop.org/xorg/lib/libXCalibrate;protocol=git"
+S = "${WORKDIR}/git"
+
+inherit autotools pkgconfig
+
+do_stage() {
+ autotools_stage_all
+}