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