From ec8c6e14d2813e23a8e6110fdecd6a3b13f9c02e6aedcc2f380becf945126ec8 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Wed, 5 Jun 2024 11:29:38 +0000 Subject: [PATCH] - disable DPMS on sle15 due to missing proto package OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xwayland?expand=0&rev=82 --- xwayland.changes | 5 +++++ xwayland.spec | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/xwayland.changes b/xwayland.changes index 6ed3f12..1c2eadf 100644 --- a/xwayland.changes +++ b/xwayland.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jun 5 11:27:13 UTC 2024 - Stefan Dirsch + +- disable DPMS on sle15 due to missing proto package + ------------------------------------------------------------------- Wed May 15 17:19:45 UTC 2024 - Stefan Dirsch diff --git a/xwayland.spec b/xwayland.spec index 7e1ce36..7560b72 100644 --- a/xwayland.spec +++ b/xwayland.spec @@ -139,7 +139,9 @@ This package contains the Xwayland Server development files. -Dlisten_tcp=false \ -Dlisten_unix=true \ -Dlisten_local=true \ - -Ddpms=true \ +%if 0%{?suse_version} < 1550 + -Ddpms=false \ +%endif -Dxf86bigfont=true \ -Dscreensaver=true \ -Dxres=true \