From 37bca0ba79ce5d317eebdd44512fc9b329dfcef1 Mon Sep 17 00:00:00 2001 From: olsner Date: Sat, 31 Jul 2004 15:40:21 +0000 Subject: [PATCH] Added linux audio libraries This was SVN commit r860. --- source/workspaces/premake/premake.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/workspaces/premake/premake.lua b/source/workspaces/premake/premake.lua index ffe697248b..173ebb67a4 100755 --- a/source/workspaces/premake/premake.lua +++ b/source/workspaces/premake/premake.lua @@ -131,6 +131,8 @@ else -- Non-Windows, = Unix "GL", "GLU", "X11", "SDL", "png", "fam", + -- Audio + "openal", "vorbisfile", -- Utilities "xerces-c", "z", "rt", "js" }