diff options
Diffstat (limited to 'recipes/xserver-common/xserver-common_1.30.bb')
-rw-r--r-- | recipes/xserver-common/xserver-common_1.30.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/xserver-common/xserver-common_1.30.bb b/recipes/xserver-common/xserver-common_1.30.bb index edb3464338..54a5018212 100644 --- a/recipes/xserver-common/xserver-common_1.30.bb +++ b/recipes/xserver-common/xserver-common_1.30.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Common X11 scripts and support files" LICENSE = "GPL" SECTION = "x11" RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo" -PR = "r3" +PR = "r4" PACKAGE_ARCH = "all" DEFAULT_PREFERENCE = "-1" @@ -18,6 +18,9 @@ file://0020-keymap-fixed-machine-names-again.patch;patch=1 \ file://0021-xserver-introduced-MOUSE-variable-for-mouse-argument.patch;patch=1 \ file://0022-xserver-fix-syntax-error.patch;patch=1 \ file://0023-Xserver-provide-screen-argument-only-for-non-X.org-s.patch;patch=1 \ +file://0024-Xserver-move-nearly-whole-functionality-to-xserver-c.patch;patch=1 \ +file://0025-Makefile-move-modmaps-install-xserver-common.patch;patch=1 \ +file://0026-98keymap-fixup-fixed-path-to-xmodmap-file.patch;patch=1 \ " do_install_append() { |