blob: 0d7b84dafce9a131cc4a27fab140237fee63ba8d (
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=3f2907aad541f6f226fbc58cc1b3cdf1"
DEPENDS += " compositeproto virtual/libx11 libxfixes libxext"
PROVIDES = "xcomposite"
PE = "1"
PR = "r0"
XORG_PN = "libXcomposite"
SRC_URI += " file://change-include-order.patch"
|