libxcomposite_0.4.4.bb 1.0 KB

12345678910111213141516171819202122232425262728
  1. SUMMARY = "Xcomposite: X Composite extension library"
  2. DESCRIPTION = "The composite extension provides three related \
  3. mechanisms: per-hierarchy storage, automatic shadow update, and external \
  4. parent. In per-hierarchy storage, the rendering of an entire hierarchy \
  5. of windows is redirected to off-screen storage. In automatic shadow \
  6. update, when a hierarchy is rendered off-screen, the X server provides \
  7. an automatic mechanism for presenting those contents within the parent \
  8. window. In external parent, a mechanism for providing redirection of \
  9. compositing transformations through a client."
  10. require xorg-lib-common.inc
  11. LICENSE = "MIT-style"
  12. LIC_FILES_CHKSUM = "file://COPYING;md5=3f2907aad541f6f226fbc58cc1b3cdf1"
  13. DEPENDS += " compositeproto virtual/libx11 libxfixes libxext"
  14. PROVIDES = "xcomposite"
  15. BBCLASSEXTEND = "native"
  16. PE = "1"
  17. XORG_PN = "libXcomposite"
  18. SRC_URI += " file://change-include-order.patch"
  19. SRC_URI[md5sum] = "f7a218dcbf6f0848599c6c36fc65c51a"
  20. SRC_URI[sha256sum] = "ede250cd207d8bee4a338265c3007d7a68d5aca791b6ac41af18e9a2aeb34178"