blob: 3a8543171ed7f0fd985279da3d18192327067fdd [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001SUMMARY = "XFixes: X Fixes extension library"
2
3DESCRIPTION = "X applications have often needed to work around various \
4shortcomings in the core X window system. This extension is designed to \
5provide the minimal server-side support necessary to eliminate problems \
6caused by these workarounds."
7
8require xorg-lib-common.inc
William A. Kennington IIIac69b482021-06-02 12:28:27 -07009SRC_URI[sha256sum] = "a7c1a24da53e0b46cac5aea79094b4b2257321c621b258729bc3139149245b4c"
Brad Bishop6e60e8b2018-02-01 10:27:11 -050010
Andrew Geissler7e0e3c02022-02-25 20:34:39 +000011LICENSE = "MIT"
Brad Bishop6e60e8b2018-02-01 10:27:11 -050012LIC_FILES_CHKSUM = "file://COPYING;md5=3c1ce42c334a6f5cccb0277556a053e0"
13
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080014DEPENDS += "virtual/libx11 xorgproto"
Brad Bishop6e60e8b2018-02-01 10:27:11 -050015
16PE = "1"
17
18XORG_PN = "libXfixes"
19
20BBCLASSEXTEND = "native nativesdk"