diff options
Diffstat (limited to 'recipes/xserver-common/xserver-common_1.11.bb')
-rw-r--r-- | recipes/xserver-common/xserver-common_1.11.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/xserver-common/xserver-common_1.11.bb b/recipes/xserver-common/xserver-common_1.11.bb new file mode 100644 index 0000000000..6b384699fc --- /dev/null +++ b/recipes/xserver-common/xserver-common_1.11.bb @@ -0,0 +1,10 @@ +require xserver-common.inc + +SRC_URI_append = " file://setDPI.sh \ + file://calibrate_zaurusd.patch;patch=1 \ + file://w100.patch;patch=1 \ + file://poodle-xmodmap-2.6.patch;patch=1" + +do_install_append() { + install -m 0755 "${WORKDIR}/setDPI.sh" "${D}/etc/X11/Xinit.d/50setdpi" +} |