diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-01-31 10:21:30 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-01-31 10:36:14 +0100 |
commit | 35544cbfb8d389e0acb7103ee156338744218c62 (patch) | |
tree | 9983782213cce207a617db704748c36c46e88d9c /recipes | |
parent | f61ab420ded1697f14c6f1a0a1566d4d72d6d466 (diff) |
xserver-kdrive-common: missing ;; after GTA01 case
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver | 1 | ||||
-rw-r--r-- | recipes/xserver-kdrive-common/xserver-kdrive-common_0.1.bb | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver b/recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver index 0f7cc2f3b3..f1c3e3e266 100644 --- a/recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver +++ b/recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver @@ -119,6 +119,7 @@ case `module_id` in DPI=142 fi ARGS="$ARGS -dpi ${DPI} vt1" + ;; "GTA02") if [ `screen_width` -gt 330 ] ; then if [ -f "/usr/share/pixmaps/xsplash-vga.ppm" ]; then diff --git a/recipes/xserver-kdrive-common/xserver-kdrive-common_0.1.bb b/recipes/xserver-kdrive-common/xserver-kdrive-common_0.1.bb index 79757abf43..bf4bca8d69 100644 --- a/recipes/xserver-kdrive-common/xserver-kdrive-common_0.1.bb +++ b/recipes/xserver-kdrive-common/xserver-kdrive-common_0.1.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Common X11 scripts" LICENSE = "GPL" SECTION = "x11" -PR = "r40" +PR = "r41" SRC_URI = "\ file://Xdefaults \ |