Skip to content
Snippets Groups Projects
Commit 35dad3db authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Remove LLAppearanceUtility proprietary support

parent 52025a7c
No related branches found
No related tags found
No related merge requests found
...@@ -1291,36 +1291,6 @@ ...@@ -1291,36 +1291,6 @@
<key>version</key> <key>version</key>
<string>2.9.12</string> <string>2.9.12</string>
</map> </map>
<key>llappearance_utility</key>
<map>
<key>copyright</key>
<string>Copyright (c) 2000-2012, Linden Research, Inc.</string>
<key>description</key>
<string>Linden Lab appearance utility for server-side avatar baking services.</string>
<key>license</key>
<string>Proprietary</string>
<key>license_file</key>
<string>LICENSES/llappearanceutility.txt</string>
<key>name</key>
<string>llappearance_utility</string>
<key>platforms</key>
<map>
<key>linux</key>
<map>
<key>archive</key>
<map>
<key>hash</key>
<string>fddd634dec5ec03924d62cc774f7f8ea</string>
<key>url</key>
<string>http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/p64_viewer-llappearance-utility/rev/317266/arch/Linux/installer/llappearance_utility-0.0.1-linux-317266.tar.bz2</string>
</map>
<key>name</key>
<string>linux</string>
</map>
</map>
<key>version</key>
<string>0.0.1</string>
</map>
<key>llca</key> <key>llca</key>
<map> <map>
<key>copyright</key> <key>copyright</key>
......
...@@ -69,13 +69,6 @@ if (ENABLE_MEDIA_PLUGINS) ...@@ -69,13 +69,6 @@ if (ENABLE_MEDIA_PLUGINS)
add_subdirectory(${LIBS_OPEN_PREFIX}media_plugins) add_subdirectory(${LIBS_OPEN_PREFIX}media_plugins)
endif (ENABLE_MEDIA_PLUGINS) endif (ENABLE_MEDIA_PLUGINS)
if (LINUX)
if (INSTALL_PROPRIETARY)
include(LLAppearanceUtility)
add_subdirectory(${LLAPPEARANCEUTILITY_SRC_DIR} ${LLAPPEARANCEUTILITY_BIN_DIR})
endif (INSTALL_PROPRIETARY)
endif (LINUX)
# sets the 'startup project' for debugging from visual studio. # sets the 'startup project' for debugging from visual studio.
set_property( set_property(
DIRECTORY ${VIEWER_PREFIX} DIRECTORY ${VIEWER_PREFIX}
......
# -*- cmake -*-
include(Prebuilt)
include(Boost)
# Linux proprietary build only
if (INSTALL_PROPRIETARY)
if(LINUX)
use_prebuilt_binary(llappearance_utility)
set(LLAPPEARANCEUTILITY_SRC_DIR ${LIBS_PREBUILT_DIR}/llappearanceutility/src)
set(LLAPPEARANCEUTILITY_BIN_DIR ${CMAKE_BINARY_DIR}/llappearanceutility)
endif (LINUX)
endif (INSTALL_PROPRIETARY)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment