Merge pull request #2129 from svenpanne/add-openal-alut

add OpenAL and ALUT packages
This commit is contained in:
Jens Petersen 2016-12-10 10:06:34 +09:00 committed by GitHub
commit 980c4c2e01
2 changed files with 9 additions and 0 deletions

View File

@ -224,6 +224,10 @@ packages:
- download
- textlocal
"haskell-openal":
- OpenAL
- ALUT
"haskell-opengl":
- OpenGL
- GLURaw
@ -3191,9 +3195,13 @@ github-users:
- meteficha
analytics:
- ekmett
haskell-openal:
- svenpanne
# - the-real-blackh
haskell-opengl:
- ekmett
- svenpanne
# - dagit
# - elliottt
# - jmcarthur
lambdabot:

View File

@ -45,6 +45,7 @@ apt-get install -y \
git \
libadns1-dev \
libaio1 \
libalut-dev \
libasound2-dev \
libblas-dev \
libbz2-dev \