mirror of
https://git.yoctoproject.org/poky
synced 2026-03-25 01:02:22 +01:00
It replaced tar.bz2 tar archieves with tar.xz from the middle of 2021 on page https://www.x.org/releases/individual/lib/. So set the default value of XORG_EXT with 'tar.xz', and update related recipes accordingly. (From OE-Core rev: b18a607ba0a33951375b66e895f8e129f96d9a67) Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
23 lines
703 B
BlitzBasic
23 lines
703 B
BlitzBasic
SUMMARY = "XRandR: X Resize, Rotate and Reflect extension library"
|
|
|
|
DESCRIPTION = "The X Resize, Rotate and Reflect Extension, called RandR \
|
|
for short, brings the ability to resize, rotate and reflect the root \
|
|
window of a screen. It is based on the X Resize and Rotate Extension as \
|
|
specified in the Proceedings of the 2001 Usenix Technical Conference \
|
|
[RANDR]."
|
|
|
|
require xorg-lib-common.inc
|
|
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=c9d1a2118a6cd5727521db8e7a2fee69"
|
|
|
|
DEPENDS += "virtual/libx11 xorgproto libxrender libxext"
|
|
|
|
PE = "1"
|
|
|
|
XORG_PN = "libXrandr"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|
|
|
|
SRC_URI[sha256sum] = "897639014a78e1497704d669c5dd5682d721931a4452c89a7ba62676064eb428"
|