diff options
Diffstat (limited to 'recipes/xserver-common/xserver-common_1.32.bb')
-rw-r--r-- | recipes/xserver-common/xserver-common_1.32.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/xserver-common/xserver-common_1.32.bb b/recipes/xserver-common/xserver-common_1.32.bb index 63368649c1..2ed416c830 100644 --- a/recipes/xserver-common/xserver-common_1.32.bb +++ b/recipes/xserver-common/xserver-common_1.32.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Common X11 scripts and support files" LICENSE = "GPL" SECTION = "x11" RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo" -PR = "r0" +PR = "r1" PACKAGE_ARCH = "all" DEFAULT_PREFERENCE = "-1" @@ -13,6 +13,9 @@ inherit gpe SRC_URI_append = " file://setDPI.sh \ file://89xdgautostart.sh" +SRC_URI_append_angstrom = " file://xtscal-fix.patch;patch=1 " +RDEPENDS_${PN}_append_angstrom = " tslib-calibrate " + do_install_append() { install -m 0755 "${WORKDIR}/setDPI.sh" "${D}/etc/X11/Xinit.d/50setdpi" install -m 0755 "${WORKDIR}/89xdgautostart.sh" "${D}/etc/X11/Xsession.d/89xdgautostart" |