diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver | 2 | ||||
-rw-r--r-- | recipes/xserver-kdrive-common/xserver-kdrive-common_0.1.bb | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver b/recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver index b6c27dfc4f..c1a9a44012 100644 --- a/recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver +++ b/recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver @@ -175,6 +175,8 @@ case `module_id` in if [ "$XSERVER" = "/usr/bin/Xorg" ];then ARGS="" fi;; #TODO: handle kdrive + "Xilinx Virtex"*) + ARGS="$ARGS $PPM" ;; *) # 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 52a88b8e8b..04a3f131eb 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 = "r45" +PR = "r46" SRC_URI = "\ file://Xdefaults \ |