blob: 8921b927bf96eb536cf5fe3e9bfd6d4239ea5ad2 (
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"
PROVIDES = "xcomposite"
PE = "1"
XORG_PN = "libXcomposite"
SRC_URI += " file://change-include-order.patch;patch=1"
|