blob: 229fb4d37425124477acd14d472b4a20a9bc8c4f (
plain)
1
2
3
4
5
6
7
8
9
|
DESCRIPTION = "Common X11 scripts and support files"
LICENSE = "GPL"
SECTION = "x11"
RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo xtscal"
PACKAGE_ARCH = "all"
# we are using a gpe-style Makefile
inherit gpe
|