diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2006-09-02 12:14:36 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2006-09-02 12:14:36 +0000 |
commit | cd40986a93e3d0c01a4c506ef2540878741ae0ca (patch) | |
tree | 1d8945c4e6c5d132628efceaea0c4016c09ae32a /packages/xserver-common/xserver-common_1.10.bb | |
parent | f317b85a70280478bdd281cacafcaf2cda1fc81f (diff) |
xserver-common: use Xw100 if available
Diffstat (limited to 'packages/xserver-common/xserver-common_1.10.bb')
-rw-r--r-- | packages/xserver-common/xserver-common_1.10.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/xserver-common/xserver-common_1.10.bb b/packages/xserver-common/xserver-common_1.10.bb index de81537f99..64c223f109 100644 --- a/packages/xserver-common/xserver-common_1.10.bb +++ b/packages/xserver-common/xserver-common_1.10.bb @@ -3,7 +3,7 @@ DESCRIPTION = "Common X11 scripts and support files" LICENSE = "GPL" SECTION = "x11" RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo xtscal" -PR = "r1" +PR = "r2" PACKAGE_ARCH = "all" @@ -12,6 +12,7 @@ inherit gpe 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() { |