diff options
Diffstat (limited to 'meta/recipes-graphics/xorg-proto/randrproto_1.5.0.bb')
-rw-r--r-- | meta/recipes-graphics/xorg-proto/randrproto_1.5.0.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-proto/randrproto_1.5.0.bb b/meta/recipes-graphics/xorg-proto/randrproto_1.5.0.bb new file mode 100644 index 0000000000..b59e52513f --- /dev/null +++ b/meta/recipes-graphics/xorg-proto/randrproto_1.5.0.bb | |||
@@ -0,0 +1,19 @@ | |||
1 | require xorg-proto-common.inc | ||
2 | |||
3 | SUMMARY = "XRandR: X Resize, Rotate and Reflect extension headers" | ||
4 | |||
5 | DESCRIPTION = "This package provides the wire protocol for the X Resize, \ | ||
6 | Rotate and Reflect extension. This extension provides the ability to \ | ||
7 | resize, rotate and reflect the root window of a screen." | ||
8 | |||
9 | LICENSE = "MIT-style" | ||
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=00426d41bd3d9267cf9bbb2df9323a5e \ | ||
11 | file://randrproto.h;endline=30;md5=3885957c6048fdf3310ac8ba54ca2c3f" | ||
12 | |||
13 | RCONFLICTS_${PN} = "randrext" | ||
14 | PE = "1" | ||
15 | |||
16 | BBCLASSEXTEND = "native nativesdk" | ||
17 | |||
18 | SRC_URI[md5sum] = "a46765c8dcacb7114c821baf0df1e797" | ||
19 | SRC_URI[sha256sum] = "4c675533e79cd730997d232c8894b6692174dce58d3e207021b8f860be498468" | ||