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