blob: 125b138f02f69cb234551a5e60a02b592b8e4e59 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
MAINTAINER = "Florian Boor <florian@kernelconcepts.de>"
DESCRIPTION = "Common X11 scripts and support files"
LICENSE = "GPL"
SECTION = "x11"
RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo xtscal"
PR = "r0"
PACKAGE_ARCH = "all"
# we are using a gpe-style Makefile
inherit gpe
|