Add note on includedir

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wayland?expand=0&rev=95
This commit is contained in:
Jan Engelhardt 2021-10-19 06:52:33 +00:00 committed by Git OBS Bridge
parent 278d8ec6b2
commit 5b033765cd

View File

@ -151,13 +151,14 @@ sed -i 's/<eglversion>/%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}