blob: 35065921a792389bed7e7cc5950b3d6330c4617f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
require xorg-lib-common.inc
DESCRIPTION = "X11 Rendering Extension client library"
LICENSE = "BSD-X"
DEPENDS += "virtual/libx11 renderproto xproto xdmcp"
PR = "r1"
PE = "1"
XORG_PN = "libXrender"
BBCLASSEXTEND = "nativesdk"
|