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