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