blob: 354e5de7fdb6eedc31501460a6925e4c635e925f [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001require 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 scrnsaverproto"
16PROVIDES = "libxss"
17RREPLACES_${PN} = "libxss"
18PE = "1"
19
20XORG_PN = "libXScrnSaver"
21
22SRC_URI[md5sum] = "7a773b16165e39e938650bcc9027c1d5"
23SRC_URI[sha256sum] = "8ff1efa7341c7f34bcf9b17c89648d6325ddaae22e3904e091794e0b4426ce1d"