mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
Add libext 1.0.5 and libxi 1.2.1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -0,0 +1,10 @@
|
|||||||
|
require xorg-lib-common.inc
|
||||||
|
|
||||||
|
DESCRIPTION = "X11 miscellaneous extension library"
|
||||||
|
DEPENDS += "xproto virtual/libx11 xextproto libxau libxdmcp"
|
||||||
|
PROVIDES = "xext"
|
||||||
|
PE = "1"
|
||||||
|
|
||||||
|
XORG_PN = "libXext"
|
||||||
|
|
||||||
|
BBCLASSEXTEND = "sdk"
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
require xorg-lib-common.inc
|
||||||
|
|
||||||
|
DESCRIPTION = "X11 Input extension library"
|
||||||
|
DEPENDS += "libxext inputproto"
|
||||||
|
PE = "1"
|
||||||
|
|
||||||
|
XORG_PN = "libXi"
|
||||||
|
|
||||||
Reference in New Issue
Block a user