diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2012-05-22 15:14:54 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-24 08:51:45 +0100 |
commit | 7a1eb3ca8518e1f2c290dd9969319a2d08fc8353 (patch) | |
tree | 0829e7baacd51a968516bd60dbbf7e3a9adb8a55 /meta/recipes-graphics/xorg-proto/scrnsaverproto_1.2.2.bb | |
parent | 9dbfc172e6c1f8b475590453ef91a761a1dd3441 (diff) | |
download | poky-7a1eb3ca8518e1f2c290dd9969319a2d08fc8353.tar.gz |
scrnsaverproto: upgrade to 1.2.2
(From OE-Core rev: 1b134f5240588c53e82effb1cc77ba91edabbcba)
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-proto/scrnsaverproto_1.2.2.bb')
-rw-r--r-- | meta/recipes-graphics/xorg-proto/scrnsaverproto_1.2.2.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-proto/scrnsaverproto_1.2.2.bb b/meta/recipes-graphics/xorg-proto/scrnsaverproto_1.2.2.bb new file mode 100644 index 0000000000..3045ccf24e --- /dev/null +++ b/meta/recipes-graphics/xorg-proto/scrnsaverproto_1.2.2.bb | |||
@@ -0,0 +1,20 @@ | |||
1 | require xorg-proto-common.inc | ||
2 | |||
3 | SUMMARY = "Xscrnsaver: X Screen Saver extension headers" | ||
4 | |||
5 | DESCRIPTION = "This package provides the wire protocol for the X Screen \ | ||
6 | Saver extension. This extension allows an external \"screen saver\" \ | ||
7 | client to detect when the alternative image is to be displayed and to \ | ||
8 | provide the graphics." | ||
9 | |||
10 | LICENSE = "MIT" | ||
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=eed49b78b15b436c933b6b8b054e3901 \ | ||
12 | file://saverproto.h;endline=26;md5=a84c0637305159f3c0ab173aaeede48d" | ||
13 | |||
14 | PR = "r0" | ||
15 | PE = "1" | ||
16 | |||
17 | EXTRA_OECONF_append = " --enable-specs=no" | ||
18 | |||
19 | SRC_URI[md5sum] = "edd8a73775e8ece1d69515dd17767bfb" | ||
20 | SRC_URI[sha256sum] = "8bb70a8da164930cceaeb4c74180291660533ad3cc45377b30a795d1b85bcd65" | ||