]> git.pld-linux.org Git - packages/wlroots.git/blobdiff - wlroots.spec
fix build on x32
[packages/wlroots.git] / wlroots.spec
index 224ecf2c95b9dfce55f3151d9f9e75a4f330eb05..032b1b52911316d1a7f31fff65658ad3b775a899 100644 (file)
@@ -6,6 +6,7 @@ License:        MIT
 Group:         Libraries
 Source0:       https://github.com/swaywm/wlroots/releases/download/%{version}/%{name}-%{version}.tar.gz
 # Source0-md5: bc9dbfef37385dbe0f4fe129d2329be5
+Patch0:                x32.patch
 URL:           https://github.com/swaywm/wlroots
 BuildRequires: EGL-devel
 BuildRequires: Mesa-libgbm-devel >= 17.1.0
@@ -84,6 +85,9 @@ Static wlroots library.
 
 %prep
 %setup -q
+%ifarch x32
+%patch0 -p1
+%endif
 
 %build
 %meson build
This page took 0.119551 seconds and 4 git commands to generate.