Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 1 | require xorg-lib-common.inc |
| 2 | |
| 3 | SUMMARY = "Xinerama: Xinerama extension library" |
| 4 | |
| 5 | DESCRIPTION = "Xinerama is a simple library designed to interface the \ |
| 6 | Xinerama Extension for retrieving information about physical output \ |
| 7 | devices which may be combined into a single logical X screen." |
| 8 | |
| 9 | LICENSE = "MIT" |
| 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=6f4f634d1643a2e638bba3fcd19c2536 \ |
| 11 | file://src/Xinerama.c;beginline=2;endline=25;md5=fcef273bfb66339256411dd06ea79c02" |
| 12 | |
| 13 | DEPENDS += "libxext xorgproto" |
| 14 | PROVIDES = "xinerama" |
| 15 | PE = "1" |
| 16 | |
| 17 | XORG_PN = "libXinerama" |
Patrick Williams | 7784c42 | 2022-11-17 07:29:11 -0600 | [diff] [blame] | 18 | SRC_URI[sha256sum] = "5094d1f0fcc1828cb1696d0d39d9e866ae32520c54d01f618f1a3c1e30c2085c" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 19 | |
| 20 | BBCLASSEXTEND = "native nativesdk" |