mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Generic/gbm: move the real device options to gbm folder
This commit is contained in:
parent
d71a0e20f0
commit
c4e1b2a267
@ -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"
|
1
projects/Generic/devices/Generic/options
Symbolic link
1
projects/Generic/devices/Generic/options
Symbolic link
@ -0,0 +1 @@
|
||||
../gbm/options
|
@ -1 +0,0 @@
|
||||
../Generic/options
|
25
projects/Generic/devices/gbm/options
Normal file
25
projects/Generic/devices/gbm/options
Normal file
@ -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"
|
Loading…
x
Reference in New Issue
Block a user