diff options
-rw-r--r-- | recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver | 4 | ||||
-rw-r--r-- | recipes/xserver-kdrive-common/xserver-kdrive-common_0.1.bb | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver b/recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver index 386d285af9..e2566bb22f 100644 --- a/recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver +++ b/recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver @@ -166,6 +166,10 @@ case `module_id` in # 32bpp - we'll enable it once newer kernels are.. working. # ARGS="$ARGS -fbbpp32" XSERVER=/usr/bin/Xorg ;; + "Bug-Labs BUG") + if [ "$XSERVER" = "/usr/bin/Xorg" ];then + ARGS="" + fi;; #TODO: handle kdrive *) # It is a device we do not know about, in which case we force # kdrive to use the current framebuffer geometry -- otherwise 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 3812d2f4a5..52a88b8e8b 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 = "r44" +PR = "r45" SRC_URI = "\ file://Xdefaults \ |