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 \