blob: 70d09178870425a9046a23fdd068658fd509c23c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
require xorg-lib-common.inc
DESCRIPTION = "X Composite extension library."
LICENSE= "BSD-X"
DEPENDS += " compositeproto virtual/libx11 libxfixes libxext"
PROVIDES = "xcomposite"
XORG_PN = "libXcomposite"
SRC_URI += " file://change-include-order.patch;patch=1"
|