From 5b033765cd75b54411ca47eadacb257907decf201f2fb8cc17018945595860fe Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 19 Oct 2021 06:52:33 +0000 Subject: [PATCH] Add note on includedir OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wayland?expand=0&rev=95 --- wayland.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wayland.spec b/wayland.spec index a4153c2..ca07384 100644 --- a/wayland.spec +++ b/wayland.spec @@ -151,13 +151,14 @@ sed -i 's//%eglversion/' "%_sourcedir/baselibs.conf" if [ ! -e configure ]; then autoreconf -fi fi +# includedir intentional, cf. bugzilla.opensuse.org/795968 %configure --disable-static --includedir="%_includedir/%name" \ %if %with_doc --docdir="%_defaultdocdir/%name" %else --disable-documentation %endif -make %{?_smp_mflags} +%make_build %install %make_install %{?_smp_mflags}