diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-05-03 21:49:49 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-05-03 22:05:45 +0200 |
commit | e10aead5714b4b3d4b2b7f1ecb2c1ffee645c1c9 (patch) | |
tree | c08d2205dc96d662827a3fcca7c7bbad869becd4 /recipes/xserver-common/xserver-common_1.33.bb | |
parent | 653df48c2da367e7389ed61cff6c71dc759c9543 (diff) |
xserver-common_1.33: add xserver-system include for possible modifications on target
* requested by Joachim Ott
* also fix 89xTs_Calibrate_xinput_calibrator, never call exit from Xsession.d script,
because they are sourced to main Xsession shell and exit will end whole Xsession execution
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xserver-common/xserver-common_1.33.bb')
-rw-r--r-- | recipes/xserver-common/xserver-common_1.33.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/xserver-common/xserver-common_1.33.bb b/recipes/xserver-common/xserver-common_1.33.bb index 8da0a63906..44e3183328 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 = "r1" +PR = "r2" PACKAGE_ARCH = "all" DEFAULT_PREFERENCE = "-1" @@ -27,6 +27,7 @@ RDEPENDS_${PN}_append_angstrom = " tslib-calibrate " SRC_URI_append_shr = " file://89xTs_Calibrate.xinput_calibrator.patch;patch=1 \ file://90xXWindowManager.patch;patch=1 \ file://Xserver.add.nocursor.for.gta.patch;patch=1 \ + file://Xserver.add.xserver-system.patch;patch=1 \ file://Xserver.add.dpi.for.gta.patch;patch=1" do_install_append() { |