blob: 76bd376365fdc3ff1b2a6538191daab76e24a1c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
MAINTAINER = "Florian Boor <florian@kernelconcepts.de>"
DESCRIPTION = "Common X11 scripts and support files"
LICENSE = "GPL"
SECTION = "x11"
DEPENDS = "xmodmap xrandr xdpyinfo xtscal"
RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo xtscal"
PR = "r3"
# we are using a gpe-style Makefile
inherit gpe
SRC_URI += "file://cxk-rotation.patch;patch=1"
|