mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 17:35:18 +00:00
mesa: drop glew header removal
This commit is contained in:
parent
f4c700c192
commit
b1c41abb7f
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ done | xargs install -m 0755 -t $RPM_BUILD_ROOT%{_libdir}/dri >& /dev/null || :
|
|||
|
||||
# strip out undesirable headers
|
||||
pushd $RPM_BUILD_ROOT%{_includedir}/GL
|
||||
rm [a-fh-np-wyz]*.h glf*.h glew.h glut*.h glxew.h
|
||||
rm [a-fh-np-wyz]*.h glf*.h glut*.h
|
||||
popd
|
||||
|
||||
pushd $RPM_BUILD_ROOT%{_libdir}
|
||||
|
|
Loading…
Reference in a new issue