diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-04-13 15:37:51 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-04-13 15:37:51 +0000 |
commit | 98553f40911c712b3e54da5fdd65173fc2e8243b (patch) | |
tree | 2c8c6b81196afac56e2a2343e38a1f37aa77826e /meta/packages | |
parent | 9ab871a750e5a0133ff31d66b7fa996d884c3866 (diff) | |
download | poky-98553f40911c712b3e54da5fdd65173fc2e8243b.tar.gz |
xserver-kdrive-xomap: generate only Xomap package
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1505 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/xorg-xserver/xserver-kdrive-xomap_X11R7.1-1.1.99.3.bb | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/meta/packages/xorg-xserver/xserver-kdrive-xomap_X11R7.1-1.1.99.3.bb b/meta/packages/xorg-xserver/xserver-kdrive-xomap_X11R7.1-1.1.99.3.bb index 1b7776967d..52b635867d 100644 --- a/meta/packages/xorg-xserver/xserver-kdrive-xomap_X11R7.1-1.1.99.3.bb +++ b/meta/packages/xorg-xserver/xserver-kdrive-xomap_X11R7.1-1.1.99.3.bb | |||
@@ -2,20 +2,16 @@ LICENSE = "MIT" | |||
2 | DEPENDS = "tslib xproto libxdmcp xextproto xtrans libxau virtual/libx11 libxext libxrandr fixesproto damageproto libxfont resourceproto compositeproto xcalibrateext recordproto videoproto scrnsaverproto xpext xsp libxkbfile dbus" | 2 | DEPENDS = "tslib xproto libxdmcp xextproto xtrans libxau virtual/libx11 libxext libxrandr fixesproto damageproto libxfont resourceproto compositeproto xcalibrateext recordproto videoproto scrnsaverproto xpext xsp libxkbfile dbus" |
3 | 3 | ||
4 | PROVIDES = "virtual/xserver" | 4 | PROVIDES = "virtual/xserver" |
5 | PACKAGES =+ "xserver-kdrive-fbdev xserver-kdrive-fake xserver-kdrive-xephyr xserver-kdrive-xomap" | 5 | PACKAGES =+ "xserver-kdrive-xomap" |
6 | SECTION = "x11/base" | 6 | SECTION = "x11/base" |
7 | DESCRIPTION = "X server from freedesktop.org" | 7 | DESCRIPTION = "X server from freedesktop.org" |
8 | DESCRIPTION_xserver-kdrive-xomap = "X server for the OMAP in the Nokia 800" | 8 | DESCRIPTION_xserver-kdrive-xomap = "X server for the OMAP in the Nokia 800" |
9 | DESCRIPTION_xserver-kdrive-fbdev = "X server from freedesktop.org, supporting generic framebuffer devices" | ||
10 | DESCRIPTION_xserver-kdrive-xephyr = "X server in an X window" | ||
11 | 9 | ||
12 | PR = "r1" | 10 | PR = "r2" |
13 | 11 | ||
14 | COMPATIBLE_MACHINE = "nokia800" | 12 | COMPATIBLE_MACHINE = "nokia800" |
15 | 13 | ||
16 | FILES_${PN} = "${libdir}/xserver /etc/dbus-1/* ${bindir}/Xomap" | 14 | FILES_${PN} = "${libdir}/xserver /etc/dbus-1/* ${bindir}/Xomap" |
17 | FILES_xserver-kdrive-fbdev = "${bindir}/Xfbdev" | ||
18 | FILES_xserver-kdrive-xephyr = "${bindir}/Xephyr" | ||
19 | 15 | ||
20 | SRC_URI = "http://repository.maemo.org/pool/maemo3.0/free/source/xorg-server_1.1.99.3-0osso21.tar.gz \ | 16 | SRC_URI = "http://repository.maemo.org/pool/maemo3.0/free/source/xorg-server_1.1.99.3-0osso21.tar.gz \ |
21 | file://kmode.patch;patch=1 \ | 17 | file://kmode.patch;patch=1 \ |