Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 1 | require xorg-app-common.inc |
| 2 | |
| 3 | SUMMARY = "XRandR: X Resize, Rotate and Reflect extension command" |
| 4 | |
| 5 | DESCRIPTION = "Xrandr is used to set the size, orientation and/or \ |
| 6 | reflection of the outputs for a screen. It can also set the screen \ |
| 7 | size." |
| 8 | |
| 9 | LICENSE = "MIT" |
| 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=fe1608bdb33cf8c62a4438f7d34679b3" |
| 11 | DEPENDS += "libxrandr libxrender" |
| 12 | PE = "1" |
| 13 | |
| 14 | SRC_URI_EXT = "xz" |
| 15 | SRC_URI[sha256sum] = "c8bee4790d9058bacc4b6246456c58021db58a87ddda1a9d0139bf5f18f1f240" |
| 16 | |
| 17 | BBCLASSEXTEND = "native nativesdk" |