summaryrefslogtreecommitdiffstats
path: root/meta/packages/xserver/xserver-kdrive-omap_6.6.3.bb
blob: c6a23deb9d66926e5e8d12c472454fad3b7f05d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
LICENSE = "MIT"
DEPENDS = "xsp tslib-maemo xproto libxdmcp xextensions xtrans libxau libx11 libxext libxrandr fixesext damageext libxfont resourceext compositeext xcalibrateext recordext"
PROVIDES = "virtual/xserver"
PACKAGES = "${PN} ${PN}-doc ${PN}-dev ${PN}-locale"
SECTION = "x11/base"
DESCRIPTION = "X server from freedesktop.org"
DESCRIPTION_xserver-kdrive-omap = "X server from freedesktop.org with patches from maemo.org, supporting X on OMAP based devices"

PR = "r2"

FILES_${PN} = "${bindir}/Xomap"

SRC_URI = " http://stage.maemo.org/pool/maemo/ossw/source/x/xserver-kdrive/xserver-kdrive_${PV}-5.tar.gz \
	file://kmode.patch;patch=1 \
	file://fbdev-not-fix.patch;patch=1 \
        file://configure-tslib.patch;patch=1;pnum=0"

S = "${WORKDIR}/xserver"

inherit autotools pkgconfig 

EXTRA_OECONF = "--enable-composite --disable-xinerama --enable-xomapserver \
                --enable-xsp --disable-xlocale --disable-rpath --prefix=/usr \
		--enable-static=no --disable-static "
LDFLAGS += " -lXfont -lXdmcp -lXau "