mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 15:49:36 +02:00
libxcalibrate: Fix with xcb
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user