From 9e9657981a47332823b86e45587b77180868e9e4 Mon Sep 17 00:00:00 2001 From: Matthias Reichl Date: Fri, 17 May 2019 15:20:48 +0200 Subject: [PATCH] drop UVESAFB_SUPPORT option Signed-off-by: Matthias Reichl --- config/show_config | 1 - packages/tools/plymouth-lite/package.mk | 4 ---- projects/Allwinner/options | 3 --- projects/Generic/options | 3 --- projects/RPi/options | 3 --- projects/Rockchip/options | 3 --- 6 files changed, 17 deletions(-) diff --git a/config/show_config b/config/show_config index 29b004f0fe..eede23c9ee 100644 --- a/config/show_config +++ b/config/show_config @@ -36,7 +36,6 @@ show_config() { fi config_message="$config_message\n - OpenGL (GLX) support (provider):\t $OPENGL_SUPPORT ($OPENGL)" config_message="$config_message\n - OpenGLES support (provider):\t\t $OPENGLES_SUPPORT ($OPENGLES)" - config_message="$config_message\n - uvesafb support:\t\t\t $UVESAFB_SUPPORT" # Hardware decoder support diff --git a/packages/tools/plymouth-lite/package.mk b/packages/tools/plymouth-lite/package.mk index 98d05d8b7e..59f39a7283 100644 --- a/packages/tools/plymouth-lite/package.mk +++ b/packages/tools/plymouth-lite/package.mk @@ -10,10 +10,6 @@ PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.bz2" PKG_DEPENDS_INIT="toolchain gcc:init libpng" PKG_LONGDESC="Boot splash screen based on Fedora's Plymouth code" -if [ "$UVESAFB_SUPPORT" = yes ]; then - PKG_DEPENDS_INIT="$PKG_DEPENDS_INIT v86d:init" -fi - pre_configure_init() { # plymouth-lite dont support to build in subdirs cd $PKG_BUILD diff --git a/projects/Allwinner/options b/projects/Allwinner/options index 6db717ae30..a34cc07d92 100644 --- a/projects/Allwinner/options +++ b/projects/Allwinner/options @@ -43,9 +43,6 @@ # OpenGL-ES implementation to use (no / bcm2835-driver / gpu-viv-bin-mx6q) OPENGLES="libmali" - # include uvesafb support (yes / no) - UVESAFB_SUPPORT="no" - # Displayserver to use (x11 / no) DISPLAYSERVER="no" diff --git a/projects/Generic/options b/projects/Generic/options index 85682c91d1..a41d376159 100644 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -59,9 +59,6 @@ # OpenGL-ES implementation to use (no / bcm2835-driver / gpu-viv-bin-mx6q) OPENGLES="no" - # include uvesafb support (yes / no) - UVESAFB_SUPPORT="yes" - # Displayserver to use (x11 / no) DISPLAYSERVER="x11" diff --git a/projects/RPi/options b/projects/RPi/options index ee44dd639a..296bd995ee 100644 --- a/projects/RPi/options +++ b/projects/RPi/options @@ -74,9 +74,6 @@ # OpenGL-ES implementation to use (no / bcm2835-driver / mesa) OPENGLES="bcm2835-driver" - # include uvesafb support (yes / no) - UVESAFB_SUPPORT="no" - # Displayserver to use (x11 / no) DISPLAYSERVER="no" diff --git a/projects/Rockchip/options b/projects/Rockchip/options index 6c093e5544..b4bb3ea157 100644 --- a/projects/Rockchip/options +++ b/projects/Rockchip/options @@ -32,9 +32,6 @@ # OpenGL-ES implementation to use (no / bcm2835-driver / gpu-viv-bin-mx6q) OPENGLES="libmali" - # include uvesafb support (yes / no) - UVESAFB_SUPPORT="no" - # Displayserver to use (weston / no) DISPLAYSERVER="no"