Projects
home:ailin_nemui:branches:Multimedia
kodi
kodi-disable-wayland.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File kodi-disable-wayland.patch of Package kodi
--- ./cmake/scripts/common/Platform.cmake.orig 2021-02-18 23:17:59.000000000 +0100 +++ ./cmake/scripts/common/Platform.cmake 2021-03-08 11:22:35.830254146 +0100 @@ -3,9 +3,9 @@ if(NOT CORE_SYSTEM_NAME) endif() if(CORE_SYSTEM_NAME STREQUAL linux OR CORE_SYSTEM_NAME STREQUAL freebsd) - # Set default CORE_PLATFORM_NAME to X11 WAYLAND GBM + # Set default CORE_PLATFORM_NAME to X11 GBM # This is overridden by user setting -DCORE_PLATFORM_NAME=<platform> - set(_DEFAULT_PLATFORM X11 WAYLAND GBM) + set(_DEFAULT_PLATFORM X11 GBM) if(NOT APP_RENDER_SYSTEM) message(SEND_ERROR "You need to decide whether you want to use GL- or GLES-based rendering. Please set APP_RENDER_SYSTEM to either \"gl\" or \"gles\". For normal desktop systems, you will usually want to use \"gl\".")
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.