blob: 8c5ca022c7be51094ff29ba72b807555c073162f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
DESCRIPTION = "X Composite extension library."
require xorg-lib-common.inc
LICENSE= "MIT-style"
LIC_FILES_CHKSUM = "file://COPYING;md5=90b90b60eb30f65fc9c2673d7cf59e24"
DEPENDS += " compositeproto virtual/libx11 libxfixes libxext"
PROVIDES = "xcomposite"
PE = "1"
PR = "r0"
XORG_PN = "libXcomposite"
SRC_URI += " file://change-include-order.patch"
|