aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-lib/libxcomposite_0.3.1.bb
blob: 71842d4a4dab03551a9882e45b1d72a683caf648 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
require xorg-lib-common.inc
PE = "1"

DESCRIPTION = "X Composite extension library."
LICENSE= "BSD-X"

DEPENDS += " compositeproto virtual/libx11 libxfixes"
PROVIDES = "xcomposite"

XORG_PN = "libXcomposite"

SRC_URI += " file://change-include-order.patch;patch=1"