public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/kwin] f44: Fix build on i686
@ 2026-06-11 22:02 Steve Cossette
  0 siblings, 0 replies; only message in thread
From: Steve Cossette @ 2026-06-11 22:02 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/kwin
Branch : f44
Commit : 3a5be920ad5ef95979604e5081c40d07d9a1ef91
Author : Steve Cossette <farchord@gmail.com>
Date   : 2026-05-24T21:50:39-04:00
Stats  : +7/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/kwin/c/3a5be920ad5ef95979604e5081c40d07d9a1ef91?branch=f44

Log:
Fix build on i686

---
diff --git a/kwin.spec b/kwin.spec
index d1d78f2..2c305a5 100644
--- a/kwin.spec
+++ b/kwin.spec
@@ -205,8 +205,14 @@ BuildArch:      noarch
 %autosetup -p1
 
 
-%build
+%conf
+%if "%{__isa_bits}" == "32"
+# No spaceship operator support on 32-bit arches
+%define _pkg_extra_cxxflags -DVULKAN_HPP_NO_SPACESHIP_OPERATOR
+%endif
 %cmake_kf6
+
+%build
 %cmake_build
 
 %install

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-11 22:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-11 22:02 [rpms/kwin] f44: Fix build on i686 Steve Cossette

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox