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" |
| 18 | |
| 19 | SRC_URI[md5sum] = "0d5f826a197dae74da67af4a9ef35885" |
| 20 | SRC_URI[sha256sum] = "0008dbd7ecf717e1e507eed1856ab0d9cf946d03201b85d5dcf61489bb02d720" |
| 21 | |
| 22 | BBCLASSEXTEND = "native nativesdk" |