From b4bc9c92e5f0137d0408adcd3a7f07f140170fac Mon Sep 17 00:00:00 2001 From: Lukas Rusak Date: Sun, 19 Nov 2023 13:26:57 -0800 Subject: [PATCH] only build for wayland and x11 for now gbm requires libdisplay-info which isn't readily available on older ubuntu versions Signed-off-by: Lukas Rusak --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index d66538ea76..eadb05af2d 100755 --- a/debian/rules +++ b/debian/rules @@ -64,6 +64,7 @@ KODI_OPTS=\ -DENABLE_XSLT=ON \ -DENABLE_LIRCCLIENT=ON \ -DAPP_RENDER_SYSTEM=gl \ +-DCORE_PLATFORM_NAME="WAYLAND X11" \ -DLIBDVDREAD_URL=${DVDREAD} \ -DLIBDVDNAV_URL=${DVDNAV} \ -DLIBDVDCSS_URL=${DVDCSS} \