diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-26 09:17:08 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-26 09:17:08 +0000 |
commit | f0d2b379895a0def1c9fecbcaa5ce172017227ec (patch) | |
tree | c8eee37cd0dd40e386773bdabb22d7c3ea58ff77 /meta/packages/xorg-lib/libxcalibrate_git.bb | |
parent | f721f7bc34b9b7977f87d9f41a353e4f80b4436d (diff) | |
download | openembedded-core-f0d2b379895a0def1c9fecbcaa5ce172017227ec.tar.gz openembedded-core-f0d2b379895a0def1c9fecbcaa5ce172017227ec.tar.bz2 openembedded-core-f0d2b379895a0def1c9fecbcaa5ce172017227ec.zip |
libxcalibrate: Fix with xcb
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/xorg-lib/libxcalibrate_git.bb')
-rw-r--r-- | meta/packages/xorg-lib/libxcalibrate_git.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/packages/xorg-lib/libxcalibrate_git.bb b/meta/packages/xorg-lib/libxcalibrate_git.bb index 000004114d..2815520b03 100644 --- a/meta/packages/xorg-lib/libxcalibrate_git.bb +++ b/meta/packages/xorg-lib/libxcalibrate_git.bb @@ -4,8 +4,10 @@ DESCRIPTION = " Touchscreen calibration client library" LICENSE = "BSD-X" DEPENDS = "virtual/libx11 calibrateproto libxext" PV = "0.0+git${SRCPV}" +PR = "r1" -SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate;protocol=git" +SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate;protocol=git \ + file://fix-xcb.patch;patch=1" S = "${WORKDIR}/git" |