From 6256c78f0c05b5ccdf074de161ee31fc2ecf0dac913e1815136e6050250e643e Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Sat, 14 May 2022 17:42:38 +0000 Subject: [PATCH] - set SUSE_ZNOW to 0 (boo#1197994) OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xf86-video-vmware?expand=0&rev=40 --- xf86-video-vmware.changes | 5 +++++ xf86-video-vmware.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/xf86-video-vmware.changes b/xf86-video-vmware.changes index 0dbc639..0d05267 100644 --- a/xf86-video-vmware.changes +++ b/xf86-video-vmware.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat May 14 17:40:52 UTC 2022 - Stefan Dirsch + +- set SUSE_ZNOW to 0 (boo#1197994) + ------------------------------------------------------------------- Wed Feb 23 09:26:07 UTC 2022 - bjorn.lie@gmail.com diff --git a/xf86-video-vmware.spec b/xf86-video-vmware.spec index ca0026e..f9da6a3 100644 --- a/xf86-video-vmware.spec +++ b/xf86-video-vmware.spec @@ -54,6 +54,9 @@ vmware is an Xorg driver for VMware virtual video cards. %autosetup -p1 %build +# We have some -z now related errors during X default startup (boo#1197994): +# this is directly visible on startup, so easy to test later on. +export SUSE_ZNOW=0 NOCONFIGURE=1 ./autogen.sh %configure %make_build