summaryrefslogtreecommitdiffstats
path: root/meta/packages/xorg-xserver/xserver-kdrive-xomap_1.1.99.3.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-07-03 11:12:54 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-07-03 11:12:54 +0000
commit53069e1fd2d5d2993d47df165e1b9806e583d9ee (patch)
treec3e75cfa3d7ec115ea443d7412ccae1f4d6012ae /meta/packages/xorg-xserver/xserver-kdrive-xomap_1.1.99.3.bb
parent1811e7955c524ce4909575905c10320be3160a7a (diff)
downloadpoky-53069e1fd2d5d2993d47df165e1b9806e583d9ee.tar.gz
xorg-xserver: X11 cleanup
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2082 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/xorg-xserver/xserver-kdrive-xomap_1.1.99.3.bb')
-rw-r--r--meta/packages/xorg-xserver/xserver-kdrive-xomap_1.1.99.3.bb47
1 files changed, 47 insertions, 0 deletions
diff --git a/meta/packages/xorg-xserver/xserver-kdrive-xomap_1.1.99.3.bb b/meta/packages/xorg-xserver/xserver-kdrive-xomap_1.1.99.3.bb
new file mode 100644
index 0000000000..62b509a2ef
--- /dev/null
+++ b/meta/packages/xorg-xserver/xserver-kdrive-xomap_1.1.99.3.bb
@@ -0,0 +1,47 @@
1LICENSE = "MIT"
2DEPENDS = "tslib xproto libxdmcp xextproto xtrans libxau virtual/libx11 libxext libxrandr fixesproto damageproto libxfont resourceproto compositeproto calibrateproto recordproto videoproto scrnsaverproto xpext xsp libxkbfile dbus"
3
4PROVIDES = "virtual/xserver"
5PACKAGES =+ "xserver-kdrive-xomap"
6SECTION = "x11/base"
7DESCRIPTION = "X server from freedesktop.org"
8DESCRIPTION_xserver-kdrive-xomap = "X server for the OMAP in the Nokia 800"
9
10PE = "1"
11
12COMPATIBLE_MACHINE = "nokia(800|770)"
13
14FILES_${PN} = "${libdir}/xserver /etc/dbus-1/* ${bindir}/Xomap"
15
16SRC_URI = "http://repository.maemo.org/pool/maemo3.1/free/source/xorg-server_1.1.99.3-0osso31.tar.gz \
17 file://kmode.patch;patch=1 \
18 file://disable-apm.patch;patch=1 \
19 file://no-serial-probing.patch;patch=1 \
20 file://fbdev-not-fix.patch;patch=1 \
21 file://enable-builtin-fonts.patch;patch=1 \
22 file://xcalibrate.patch;patch=1 \
23 file://fixups.patch;patch=1 \
24 file://button_only.patch;patch=1 \
25 file://calibrateext.patch;patch=1 \
26 file://xcalibrate_coords.patch;patch=1"
27# file://kdrive-evdev.patch;patch=1 \
28# file://kdrive-use-evdev.patch;patch=1 \
29# file://optional-xkb.patch;patch=1 \
30# file://disable-xf86-dga-xorgcfg.patch;patch=1 \
31# file://enable-tslib.patch;patch=1 \
32# file://xfbdev-fb-opt.patch;patch=1"
33
34S = "${WORKDIR}/xorg-server-1.1.99.3"
35
36inherit autotools pkgconfig
37
38EXTRA_OECONF = "--enable-composite --enable-kdrive --enable-builtin-fonts \
39 --disable-dga --disable-dri --disable-xinerama \
40 --disable-xf86misc --disable-xf86vidmode \
41 --disable-xorg --disable-xorgcfg \
42 --disable-dmx --enable-xcalibrate \
43 --disable-xkb --disable-xnest --disable-xvfb \
44 --disable-xevie --disable-xprint --disable-xtrap \
45 --with-default-font-path=built-ins \
46 ac_cv_file__usr_share_X11_sgml_defs_ent=no \
47 --enable-xomap"