aboutsummaryrefslogtreecommitdiffstats
path: root/packages/xlibs/libxcomposite_X11R7.1-0.3.bb
blob: 2847ada716c2f52b039a6d4868f0f08ebc3c7453 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "X Composite extension library."
SECTION = "x11/libs"
#MAINTAINER = ""
LICENSE= "BSD-X"

DEPENDS = "libx11 compositeproto libxfixes"
PROVIDES = "xcomposite"

XORG_RELEASE = "X11R7.1"
XORG_PN = "libXcomposite"

include xorg-xlibs.inc

SRC_URI = "${XORG_MIRROR}/${XORG_RELEASE}/src/lib/libXcomposite-${PV}.tar.bz2 \
	   file://change-include-order.patch;patch=1"