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