generic-poky/meta/packages/xorg-lib/libxcomposite_0.4.1.bb
Dexuan Cui e125dd087b libxcomposite: upgrade to the latest version 0.4.1
Remove the ";patch=1" in SRC_URI since by default a .patch file is applied.
Update change-include-order.patch to apply it to 0.4.1.

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-06-30 13:19:09 +01:00

17 lines
354 B
BlitzBasic

DESCRIPTION = "X Composite extension library."
require xorg-lib-common.inc
LICENSE= "MIT-style"
LIC_FILES_CHKSUM = "file://COPYING;md5=90b90b60eb30f65fc9c2673d7cf59e24"
DEPENDS += " compositeproto virtual/libx11 libxfixes libxext"
PROVIDES = "xcomposite"
PE = "1"
PR = "r0"
XORG_PN = "libXcomposite"
SRC_URI += " file://change-include-order.patch"