mirror of
https://git.yoctoproject.org/poky
synced 2026-05-04 22:39:49 +02:00
11 lines
281 B
BlitzBasic
11 lines
281 B
BlitzBasic
PV = "0.0cvs${CVSDATE}"
|
|
LICENSE= "BSD-X"
|
|
DEPENDS = "libxrandr x11 xext"
|
|
DESCRIPTION = "X Resize and Rotate extension command."
|
|
SECTION = "x11/base"
|
|
|
|
SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xapps;module=xrandr"
|
|
S = "${WORKDIR}/xrandr"
|
|
|
|
inherit autotools pkgconfig
|