blob: 28df7bb8058bc89356e7fc02986097f17c38d02c [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
Andrew Geissler028142b2023-05-05 11:29:21 -05009SRC_URI[sha256sum] = "b695f93cd2499421ab02d22744458e650ccc88c1d4c8130d60200213abc02d58"
Brad Bishop6e60e8b2018-02-01 10:27:11 -050010
Andrew Geissler7e0e3c02022-02-25 20:34:39 +000011LICENSE = "MIT"
Andrew Geissler028142b2023-05-05 11:29:21 -050012LIC_FILES_CHKSUM = "file://COPYING;md5=a5a9755c8921cc7dc08a5cfe4267d0ff"
Brad Bishop6e60e8b2018-02-01 10:27:11 -050013
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 Geissler028142b2023-05-05 11:29:21 -050019XORG_EXT = "tar.xz"
Brad Bishop6e60e8b2018-02-01 10:27:11 -050020
21BBCLASSEXTEND = "native nativesdk"