diff options
Diffstat (limited to 'recipes/xserver-common/xserver-common_1.33.bb')
-rw-r--r-- | recipes/xserver-common/xserver-common_1.33.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/xserver-common/xserver-common_1.33.bb b/recipes/xserver-common/xserver-common_1.33.bb index cb644a41f0..71fa2314b8 100644 --- a/recipes/xserver-common/xserver-common_1.33.bb +++ b/recipes/xserver-common/xserver-common_1.33.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Common X11 scripts and support files" LICENSE = "GPL" SECTION = "x11" RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo" -PR = "r4" +PR = "r5" PACKAGE_ARCH = "all" DEFAULT_PREFERENCE = "-1" @@ -19,7 +19,8 @@ SRC_URI[sha256sum] = "4576ccca80730f1860a273df38b9f917cf906eca9865e108d76fc5460e SRC_URI_append = " file://loop.patch;striplevel=3 \ file://rgba.diff \ file://setDPI.sh \ - file://89xdgautostart.sh" + file://89xdgautostart.sh \ + file://Xserver-virtex.patch" SRC_URI_append_angstrom = " file://xtscal-fix.patch " RDEPENDS_${PN}_append_angstrom = " tslib-calibrate " |