mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 13:48:06 +02:00
install GLw headers (bug 5396)
This commit is contained in:
parent
413a49ce59
commit
30cc822163
1 changed files with 1 additions and 0 deletions
|
|
@ -65,6 +65,7 @@ mkdir ${INCLUDE_DIR}/GL
|
|||
mkdir ${INCLUDE_DIR}/GLES
|
||||
mkdir ${LIB_DIR}
|
||||
cp -f ${TOP}/include/GL/*.h ${INCLUDE_DIR}/GL
|
||||
cp -f ${TOP}/src/glw/*.h ${INCLUDE_DIR}/GL
|
||||
# NOT YET: cp -f ${TOP}/include/GLES/*.h ${INCLUDE_DIR}/GLES
|
||||
cp ${CP_FLAGS} ${TOP}/lib*/lib* ${LIB_DIR}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue