blob: 41290301b0d444ef1b61036d4314ed30e5734fc9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
require xorg-proto-common.inc
SUMMARY = "XRandR: X Resize, Rotate and Reflect extension headers"
DESCRIPTION = "This package provides the wire protocol for the X Resize, \
Rotate and Reflect extension. This extension provides the ability to \
resize, rotate and reflect the root window of a screen."
LICENSE = "MIT-style"
LIC_FILES_CHKSUM = "file://COPYING;md5=00426d41bd3d9267cf9bbb2df9323a5e \
file://randrproto.h;endline=30;md5=3885957c6048fdf3310ac8ba54ca2c3f"
RCONFLICTS_${PN} = "randrext"
PR = "r0"
PE = "1"
BBCLASSEXTEND = "native nativesdk"
SRC_URI[md5sum] = "ce4d0b05675968e4c83e003cc809660d"
SRC_URI[sha256sum] = "85c42e8c66a55318ddaf2ce5727beacb25cb1f8555229f778cd1da86478209cf"
|