mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 17:35:18 +00:00
mesa: remove more libs/includes
This commit is contained in:
parent
9458ee3e5e
commit
cb2af27d66
1 changed files with 3 additions and 2 deletions
|
@ -273,11 +273,12 @@ done | xargs install -m 0755 -t $RPM_BUILD_ROOT%{_libdir}/dri >& /dev/null || :
|
||||||
|
|
||||||
# strip out undesirable headers
|
# strip out undesirable headers
|
||||||
pushd $RPM_BUILD_ROOT%{_includedir}/GL
|
pushd $RPM_BUILD_ROOT%{_includedir}/GL
|
||||||
rm [a-fh-np-wyz]*.h gg*.h glf*.h glew.h glut*.h glxew.h
|
rm [a-fh-np-wyz]*.h gg*.h glf*.h glew.h glut*.h glxew.h
|
||||||
|
rm -f EGL/ KHR/
|
||||||
popd
|
popd
|
||||||
|
|
||||||
pushd $RPM_BUILD_ROOT%{_libdir}
|
pushd $RPM_BUILD_ROOT%{_libdir}
|
||||||
rm -f libEGL* dri/EGL* egl_glx*
|
rm -f libEGL* dri/EGL* egl/egl_glx* xorg/modules/drivers/modesetting_drv.so
|
||||||
popd
|
popd
|
||||||
|
|
||||||
# XXX demos, since they don't install automatically. should fix that.
|
# XXX demos, since they don't install automatically. should fix that.
|
||||||
|
|
Loading…
Reference in a new issue