blob: 662796e90b38a75c5ee9ee8f00920be778c0d9b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DESCRIPTION = "X11 Rendering Extension client library"
require xorg-lib-common.inc
LICENSE = "MIT-style"
LIC_FILES_CHKSUM = "file://COPYING;md5=90b90b60eb30f65fc9c2673d7cf59e24"
DEPENDS += "virtual/libx11 renderproto xproto xdmcp"
PR = "r0"
PE = "1"
XORG_PN = "libXrender"
BBCLASSEXTEND = "nativesdk"
|