Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 1 | SUMMARY = "XFixes: X Fixes extension library" |
| 2 | |
| 3 | DESCRIPTION = "X applications have often needed to work around various \ |
| 4 | shortcomings in the core X window system. This extension is designed to \ |
| 5 | provide the minimal server-side support necessary to eliminate problems \ |
| 6 | caused by these workarounds." |
| 7 | |
| 8 | require xorg-lib-common.inc |
William A. Kennington III | ac69b48 | 2021-06-02 12:28:27 -0700 | [diff] [blame] | 9 | SRC_URI[sha256sum] = "a7c1a24da53e0b46cac5aea79094b4b2257321c621b258729bc3139149245b4c" |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 10 | |
| 11 | LICENSE = "MIT-style" |
| 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=3c1ce42c334a6f5cccb0277556a053e0" |
| 13 | |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 14 | DEPENDS += "virtual/libx11 xorgproto" |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 15 | |
| 16 | PE = "1" |
| 17 | |
| 18 | XORG_PN = "libXfixes" |
| 19 | |
| 20 | BBCLASSEXTEND = "native nativesdk" |