add OpenAL and ALUT packages

This commit is contained in:
Sven Panne 2016-12-09 10:05:57 +01:00
parent 65d74692c9
commit ebd7bd3c69
2 changed files with 9 additions and 0 deletions

View File

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

View File

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