blob: b52fd00f1aeb1a7d3f838e8b8e78fc5ea86bd4fc [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001require xorg-lib-common.inc
2
3SUMMARY = "Xscrnsaver: X Screen Saver extension library"
4
5DESCRIPTION = "The X Window System provides support for changing the \
6image on a display screen after a user-settable period of inactivity to \
7avoid burning the cathode ray tube phosphors. However, no interfaces are \
8provided for the user to control the image that is drawn. This extension \
9allows an external \"screen saver\" client to detect when the alternate \
10image is to be displayed and to provide the graphics."
11
12LICENSE = "MIT"
13LIC_FILES_CHKSUM = "file://COPYING;md5=21fd154ee757813632ada871a34113fb"
14
15DEPENDS += "libxext xorgproto"
16PROVIDES = "libxss"
Patrick Williams213cb262021-08-07 19:21:33 -050017RREPLACES:${PN} = "libxss"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080018PE = "1"
19
20XORG_PN = "libXScrnSaver"
21
22SRC_URI[md5sum] = "eeea9d5af3e6c143d0ea1721d27a5e49"
23SRC_URI[sha256sum] = "f917075a1b7b5a38d67a8b0238eaab14acd2557679835b154cf2bca576e89bf8"