forked from jengelh/wayland
Add note on includedir
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wayland?expand=0&rev=95
This commit is contained in:
parent
278d8ec6b2
commit
5b033765cd
@ -151,13 +151,14 @@ sed -i 's/<eglversion>/%eglversion/' "%_sourcedir/baselibs.conf"
|
|||||||
if [ ! -e configure ]; then
|
if [ ! -e configure ]; then
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
fi
|
fi
|
||||||
|
# includedir intentional, cf. bugzilla.opensuse.org/795968
|
||||||
%configure --disable-static --includedir="%_includedir/%name" \
|
%configure --disable-static --includedir="%_includedir/%name" \
|
||||||
%if %with_doc
|
%if %with_doc
|
||||||
--docdir="%_defaultdocdir/%name"
|
--docdir="%_defaultdocdir/%name"
|
||||||
%else
|
%else
|
||||||
--disable-documentation
|
--disable-documentation
|
||||||
%endif
|
%endif
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install %{?_smp_mflags}
|
%make_install %{?_smp_mflags}
|
||||||
|
Loading…
Reference in New Issue
Block a user