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