[STUB] Add pre-requisites for UI builder. 36/17736/1
authoryongsung1.kim <yongsung1.kim@samsung.com>
Mon, 10 Mar 2014 08:04:36 +0000 (17:04 +0900)
committeryongsung1.kim <yongsung1.kim@samsung.com>
Mon, 10 Mar 2014 08:04:36 +0000 (17:04 +0900)
Change-Id: I55d39ed55c460f45c9b0340b68bb19ad3c4da148
Signed-off-by: yongsung1.kim <yongsung1.kim@samsung.com>
os_stubs/linux/installer_stub

index 5906f34..bd2b3b6 100755 (executable)
@@ -81,9 +81,9 @@ if [ "ubuntu" = "${OS_NAME}" ] ; then
        elif [ "11.04" = ${OS_VERSION} ] || [ "11.10" = ${OS_VERSION} ]; then
                INSTALLATION_CHECK="$INSTALLATION_CHECK qemu-user-static"
        elif [ "12.04" = ${OS_VERSION} ]; then
-               INSTALLATION_CHECK="$INSTALLATION_CHECK qemu-user-static libwebkitgtk-1.0-0"
+               INSTALLATION_CHECK="$INSTALLATION_CHECK qemu-user-static libwebkitgtk-1.0-0 libxcb-render-util0 libxcb-randr0 libxcb-xfixes0 libxcb-sync0 libxcb-shm0 libxcb-icccm4 libxcb-keysyms1 libxcb-image0"
        elif [ "12.10" = ${OS_VERSION} ]; then
-               INSTALLATION_CHECK="$INSTALLATION_CHECK qemu-user-static libwebkitgtk-1.0-0 libsdl1.2debian"
+               INSTALLATION_CHECK="$INSTALLATION_CHECK qemu-user-static libwebkitgtk-1.0-0 libsdl1.2debian libxcb-render-util0 libxcb-randr0 libxcb-xfixes0 libxcb-sync0 libxcb-shm0 libxcb-icccm4 libxcb-keysyms1 libxcb-image0"
        fi
        
        NVIDIA_CHECK=`lspci | grep nVidia`