blob: 343abe9258459f2f1412740cb0749d2e9865d950 (
plain)
1
2
3
4
5
6
7
8
9
10
|
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"
# we are using a gpe-style Makefile
inherit gpe
|