diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2013-02-18 17:20:16 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-22 05:52:26 -0800 |
commit | 4116e3f3fb08acc1c0a997c65270a2f70fcb4450 (patch) | |
tree | 8d0c94559e602b852cb9af7d5bcc79ea032c3c65 /meta/recipes-graphics/xorg-app/xrandr_1.4.0.bb | |
parent | b0c541236b4c4670ce77f55886b6ce02c562b8c2 (diff) | |
download | openembedded-core-4116e3f3fb08acc1c0a997c65270a2f70fcb4450.tar.gz openembedded-core-4116e3f3fb08acc1c0a997c65270a2f70fcb4450.tar.bz2 openembedded-core-4116e3f3fb08acc1c0a997c65270a2f70fcb4450.zip |
xrandr: upgrade to 1.4.0
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics/xorg-app/xrandr_1.4.0.bb')
-rw-r--r-- | meta/recipes-graphics/xorg-app/xrandr_1.4.0.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-app/xrandr_1.4.0.bb b/meta/recipes-graphics/xorg-app/xrandr_1.4.0.bb new file mode 100644 index 0000000000..687c9b8dcc --- /dev/null +++ b/meta/recipes-graphics/xorg-app/xrandr_1.4.0.bb @@ -0,0 +1,16 @@ +require xorg-app-common.inc + +SUMMARY = "XRandR: X Resize, Rotate and Reflect extension command" + +DESCRIPTION = "Xrandr is used to set the size, orientation and/or \ +reflection of the outputs for a screen. It can also set the screen \ +size." + +LICENSE= "MIT" +LIC_FILES_CHKSUM = "file://COPYING;md5=fe1608bdb33cf8c62a4438f7d34679b3" +DEPENDS += "libxrandr libxrender" +PE = "1" +PR = "${INC_PR}.0" + +SRC_URI[md5sum] = "4d68317238bb14a33c0e419233d57d87" +SRC_URI[sha256sum] = "a76b004abe6fd7606eba9ad161ac6391fe5c665708cc5fb7c7ea7d36459d9693" |