Skip to content

Commit

Permalink
Fix up some prebuilt names
Browse files Browse the repository at this point in the history
  • Loading branch information
RyeMutt committed Jan 19, 2016
1 parent eef327f commit ae0ad8a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 36 deletions.
30 changes: 0 additions & 30 deletions autobuild.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2101,36 +2101,6 @@
<key>version</key>
<string>1.3.2-1.3.5</string>
</map>
<key>open-libndofdev</key>
<map>
<key>copyright</key>
<string>Copyright (c) 2008, Jan Ciger (jan.ciger (at) gmail.com)</string>
<key>description</key>
<string>Open Source replacement for 3DConnection SDK</string>
<key>license</key>
<string>BSD</string>
<key>license_file</key>
<string>LICENSES/libndofdev.txt</string>
<key>name</key>
<string>open-libndofdev</string>
<key>platforms</key>
<map>
<key>linux</key>
<map>
<key>archive</key>
<map>
<key>hash</key>
<string>b1245d467d5914a266efa16afeb55406</string>
<key>url</key>
<string>http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/libndofdev_3p-update-libndofdev/rev/297553/arch/Linux/installer/open_libndofdev-0.3-linux-297553.tar.bz2</string>
</map>
<key>name</key>
<string>linux</string>
</map>
</map>
<key>version</key>
<string>0.3</string>
</map>
<key>openal</key>
<map>
<key>copyright</key>
Expand Down
2 changes: 1 addition & 1 deletion indra/cmake/NDOF.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ else (STANDALONE)
if (WINDOWS OR DARWIN)
use_prebuilt_binary(libndofdev)
elseif (LINUX)
use_prebuilt_binary(open-libndofdev)
use_prebuilt_binary(libndofdev-open)
endif (WINDOWS OR DARWIN)

if (WINDOWS)
Expand Down
7 changes: 2 additions & 5 deletions indra/cmake/OPENAL.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,13 @@ if (OPENAL)
pkg_check_modules(OPENAL_LIB REQUIRED openal)
pkg_check_modules(FREEALUT_LIB REQUIRED freealut)
else (STANDALONE)
use_prebuilt_binary(openal-soft)
use_prebuilt_binary(openal)
endif (STANDALONE)
set(OPENAL_LIBRARIES
openal
alut
)
set(OPENAL_INCLUDE_DIRS
${LIBS_PREBUILT_DIR}/include
${LIBS_PREBUILT_LEGACY_DIR}/include
)
set(OPENAL_INCLUDE_DIRS ${LIBS_PREBUILT_DIR}/include)
endif (OPENAL)

if (OPENAL)
Expand Down

0 comments on commit ae0ad8a

Please sign in to comment.