aboutsummaryrefslogtreecommitdiffstats
path: root/packages/xserver-common/xserver-common_1.8.bb
blob: 1925392b80884b8865857dd9ff848f37dc472f10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
MAINTAINER = "Florian Boor <florian@kernelconcepts.de>"
DESCRIPTION = "Common X11 scripts and support files"
LICENSE = "GPL"
SECTION = "x11"
PR = "r1"

DEPENDS = "xmodmap xrandr xdpyinfo xtscal"
RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo xtscal"


# we are using a gpe-style Makefile
inherit gpe

SRC_URI += "file://100dpi.patch;patch=1 \
            file://hx4700.patch;patch=1"