Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [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 xineramaproto" |
| 14 | PROVIDES = "xinerama" |
| 15 | PE = "1" |
| 16 | |
| 17 | XORG_PN = "libXinerama" |
| 18 | |
| 19 | SRC_URI[md5sum] = "9336dc46ae3bf5f81c247f7131461efd" |
| 20 | SRC_URI[sha256sum] = "7a45699f1773095a3f821e491cbd5e10c887c5a5fce5d8d3fced15c2ff7698e2" |
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 21 | |
| 22 | BBCLASSEXTEND = "native nativesdk" |