diff options
author | Koen Kooi <koen@openembedded.org> | 2010-05-26 09:06:24 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-05-26 09:06:24 +0200 |
commit | 65253e1774e2bd10a42ef2a8fb6a205ec452394c (patch) | |
tree | 1e4c1743124bcc8e117a7c8190c980020612741e /recipes/xorg-xserver/xserver-kdrive-xomap_1.1.99.3.bb | |
parent | d3d5978587da59f9778b345de2d33b304dc350fc (diff) | |
parent | 523f22b938703b56a823fa9e9c577869669ddb82 (diff) |
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/xorg-xserver/xserver-kdrive-xomap_1.1.99.3.bb')
-rw-r--r-- | recipes/xorg-xserver/xserver-kdrive-xomap_1.1.99.3.bb | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/recipes/xorg-xserver/xserver-kdrive-xomap_1.1.99.3.bb b/recipes/xorg-xserver/xserver-kdrive-xomap_1.1.99.3.bb index fa908ccab0..8f69d4b6ec 100644 --- a/recipes/xorg-xserver/xserver-kdrive-xomap_1.1.99.3.bb +++ b/recipes/xorg-xserver/xserver-kdrive-xomap_1.1.99.3.bb @@ -15,24 +15,24 @@ COMPATIBLE_MACHINE = "nokia(800|770)" FILES_${PN} = "${libdir}/xserver /etc/dbus-1/* ${bindir}/Xomap" SRC_URI = "http://repository.maemo.org/pool/maemo3.1/free/source/xorg-server_1.1.99.3-0osso31.tar.gz \ - file://kmode.patch;patch=1 \ - file://disable-apm.patch;patch=1 \ - file://no-serial-probing.patch;patch=1 \ - file://fbdev-not-fix.patch;patch=1 \ - file://enable-builtin-fonts.patch;patch=1 \ - file://xcalibrate.patch;patch=1 \ - file://fixups.patch;patch=1 \ - file://button_only.patch;patch=1 \ - file://calibrateext.patch;patch=1 \ - file://fix-picturestr-include-order.patch;patch=1 \ - file://xcalibrate_coords.patch;patch=1 \ - file://report-correct-randr10.patch;patch=1" -# file://kdrive-evdev.patch;patch=1 \ -# file://kdrive-use-evdev.patch;patch=1 \ -# file://optional-xkb.patch;patch=1 \ -# file://disable-xf86-dga-xorgcfg.patch;patch=1 \ -# file://enable-tslib.patch;patch=1 \ -# file://xfbdev-fb-opt.patch;patch=1" + file://kmode.patch \ + file://disable-apm.patch \ + file://no-serial-probing.patch \ + file://fbdev-not-fix.patch \ + file://enable-builtin-fonts.patch \ + file://xcalibrate.patch \ + file://fixups.patch \ + file://button_only.patch \ + file://calibrateext.patch \ + file://fix-picturestr-include-order.patch \ + file://xcalibrate_coords.patch \ + file://report-correct-randr10.patch" +# file://kdrive-evdev.patch \ +# file://kdrive-use-evdev.patch \ +# file://optional-xkb.patch \ +# file://disable-xf86-dga-xorgcfg.patch \ +# file://enable-tslib.patch \ +# file://xfbdev-fb-opt.patch" S = "${WORKDIR}/xorg-server-1.1.99.3" |