blob: 018138f11d3279041044e5bc094d8eca526aae6f [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"
Andrew Geissler517393d2023-01-13 08:55:19 -060019XORG_EXT = "tar.bz2"
Brad Bishop6e60e8b2018-02-01 10:27:11 -050020
21BBCLASSEXTEND = "native nativesdk"