blob: 461dff424bdaabd83a1f5099ada142f0dddbbe01 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DESCRIPTION = "X11 Resize and Rotate extension library"
require xorg-lib-common.inc
LICENSE = "MIT-style"
LIC_FILES_CHKSUM = "file://COPYING;md5=660ef232af253760087c069d76287b85"
DEPENDS += "randrproto libxrender libxext"
PR = "r0"
PE = "1"
XORG_PN = "libXrandr"
BBCLASSEXTEND = "nativesdk"
|