Skip to content

Commit

Permalink
glew: cleanup build/install, install tools
Browse files Browse the repository at this point in the history
The binaries glewinfo and visualinfo might come handy
in debug situations.
  • Loading branch information
thomas committed Mar 21, 2022
1 parent 7afe5df commit a33899c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions glew.be0
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ SRCURL[0]="https://beehive.molgen.mpg.de/3579164bccaef09e36c0af7f4fd5c7c7/glew-2
# bee_configure
#}

mee_build() {
bee_build GLEW_DEST=${PREFIX} BINDIR=${BINDIR} LIBDIR=${LIBDIR} INCDIR=${INCLUDEDIR}/GL
}
#mee_build() {
# bee_build
#}

mee_install() {
bee_install GLEW_DEST=${D}${PREFIX} BINDIR=${D}${BINDIR} LIBDIR=${D}${LIBDIR} INCDIR=${D}${INCLUDEDIR}/GL
bee_install install.all
}

0 comments on commit a33899c

Please sign in to comment.