aboutsummaryrefslogtreecommitdiffstats
path: root/packages/xserver-common/xserver-common_1.1.bb
blob: 9daa0c30007b17f8635632b2f5f7ab8de77cfc70 (plain)
1
2
3
4
5
6
7
8
9
10
11
DESCRIPTION = "Common X11 scripts and support files"
LICENSE = "GPL"
SECTION = "x11"
DEPENDS = "xmodmap xrandr xdpyinfo xtscal"
RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo xtscal"
PR = "r1"

# we are using a gpe-style Makefile
inherit gpe

SRC_URI += "file://remove-run-calibrate-sh.patch;patch=1"