mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 09:49:32 +02:00
Various X package updates to deal with XInput.h being removed in
the latest inputproto package. Updates libx11, libxext, libxext-sdk, libxi, xcb-proto and libxcb Note: There is a still a xcb build issue that needs investigating with these updated packages. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5489 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
13
meta/packages/xorg-lib/libxi_git.bb
Normal file
13
meta/packages/xorg-lib/libxi_git.bb
Normal file
@@ -0,0 +1,13 @@
|
||||
require xorg-lib-common.inc
|
||||
|
||||
DESCRIPTION = "X11 Input extension library"
|
||||
DEPENDS += "libxext inputproto"
|
||||
PR = "r0"
|
||||
PE = "1"
|
||||
PV = "1.1.99.1+git${SRCREV}"
|
||||
|
||||
SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXi;protocol=git"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
XORG_PN = "libXi"
|
||||
|
||||
Reference in New Issue
Block a user