summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.2.bb
diff options
context:
space:
mode:
authorShane Wang <shane.wang@intel.com>2012-03-15 21:11:14 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-21 15:32:59 +0000
commitf6c8b92a243aa434007fcd484318bb09585c192f (patch)
treef2590154ebfa5b05ccace5821fd6d7c73da23877 /meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.2.bb
parentac08a35a07957334d3ae3aa817997b8efe51f2c4 (diff)
downloadpoky-f6c8b92a243aa434007fcd484318bb09585c192f.tar.gz
libxscrnsaver: upgrade to 1.2.2
(From OE-Core rev: 0bb6054c5d107ca8c3f795a899154009d17d350f) Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.2.bb')
-rw-r--r--meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.2.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.2.bb b/meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.2.bb
new file mode 100644
index 0000000000..f97fd8f695
--- /dev/null
+++ b/meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.2.bb
@@ -0,0 +1,24 @@
1require 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 = "libxss"
18PR = "r0"
19PE = "1"
20
21XORG_PN = "libXScrnSaver"
22
23SRC_URI[md5sum] = "7a773b16165e39e938650bcc9027c1d5"
24SRC_URI[sha256sum] = "8ff1efa7341c7f34bcf9b17c89648d6325ddaae22e3904e091794e0b4426ce1d"