diff options
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.4.bb')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.4.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.4.bb b/meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.4.bb new file mode 100644 index 0000000000..b69727b696 --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.4.bb | |||
@@ -0,0 +1,23 @@ | |||
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 | XORG_EXT = "tar.xz" | ||
23 | SRC_URI[sha256sum] = "75cd2859f38e207a090cac980d76bc71e9da99d48d09703584e00585abc920fe" | ||