diff --git a/projects/Generic/devices/Generic/options b/projects/Generic/devices/Generic/options deleted file mode 100644 index f8843b03a7..0000000000 --- a/projects/Generic/devices/Generic/options +++ /dev/null @@ -1,25 +0,0 @@ -# OpenGL(X) implementation to use (mesa / no) - OPENGL="no" - -# OpenGL-ES implementation to use (mesa / no) - OPENGLES="mesa" - -# Vulkan implementation to use (vulkan-loader / no) - VULKAN="no" - -# Displayserver to use (weston / x11 / no) - DISPLAYSERVER="no" - -# Windowmanager to use (fluxbox / weston / no) - WINDOWMANAGER="no" - -# KODI Player implementation to use (mesa / default) - KODIPLAYER_DRIVER="mesa" - -# set the addon project - ADDON_PROJECT="Generic" - -# Mesa 3D Graphic drivers to use (all / crocus,i915,iris,r300,r600,radeonsi,vmware,virtio) -# Space separated list is supported, -# e.g. GRAPHIC_DRIVERS="crocus i915 iris r300 r600 radeonsi vmware virtio" - GRAPHIC_DRIVERS="crocus i915 iris r300 r600 radeonsi vmware virtio" diff --git a/projects/Generic/devices/Generic/options b/projects/Generic/devices/Generic/options new file mode 120000 index 0000000000..320fbf3600 --- /dev/null +++ b/projects/Generic/devices/Generic/options @@ -0,0 +1 @@ +../gbm/options \ No newline at end of file diff --git a/projects/Generic/devices/gbm/options b/projects/Generic/devices/gbm/options deleted file mode 120000 index a3070700b7..0000000000 --- a/projects/Generic/devices/gbm/options +++ /dev/null @@ -1 +0,0 @@ -../Generic/options \ No newline at end of file diff --git a/projects/Generic/devices/gbm/options b/projects/Generic/devices/gbm/options new file mode 100644 index 0000000000..f8843b03a7 --- /dev/null +++ b/projects/Generic/devices/gbm/options @@ -0,0 +1,25 @@ +# OpenGL(X) implementation to use (mesa / no) + OPENGL="no" + +# OpenGL-ES implementation to use (mesa / no) + OPENGLES="mesa" + +# Vulkan implementation to use (vulkan-loader / no) + VULKAN="no" + +# Displayserver to use (weston / x11 / no) + DISPLAYSERVER="no" + +# Windowmanager to use (fluxbox / weston / no) + WINDOWMANAGER="no" + +# KODI Player implementation to use (mesa / default) + KODIPLAYER_DRIVER="mesa" + +# set the addon project + ADDON_PROJECT="Generic" + +# Mesa 3D Graphic drivers to use (all / crocus,i915,iris,r300,r600,radeonsi,vmware,virtio) +# Space separated list is supported, +# e.g. GRAPHIC_DRIVERS="crocus i915 iris r300 r600 radeonsi vmware virtio" + GRAPHIC_DRIVERS="crocus i915 iris r300 r600 radeonsi vmware virtio"