From 35dad3dbb3e07605eb0e65c20aac1e5b751c30c4 Mon Sep 17 00:00:00 2001 From: Rye Mutt <rye@alchemyviewer.org> Date: Mon, 11 Oct 2021 14:27:03 -0400 Subject: [PATCH] Remove LLAppearanceUtility proprietary support --- autobuild.xml | 30 --------------------------- indra/CMakeLists.txt | 7 ------- indra/cmake/LLAppearanceUtility.cmake | 14 ------------- 3 files changed, 51 deletions(-) delete mode 100644 indra/cmake/LLAppearanceUtility.cmake diff --git a/autobuild.xml b/autobuild.xml index c29d8fcfbb8..3e5ac6026fe 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -1291,36 +1291,6 @@ <key>version</key> <string>2.9.12</string> </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> <map> <key>copyright</key> diff --git a/indra/CMakeLists.txt b/indra/CMakeLists.txt index 3ea2514d95d..717ca1299f7 100644 --- a/indra/CMakeLists.txt +++ b/indra/CMakeLists.txt @@ -69,13 +69,6 @@ if (ENABLE_MEDIA_PLUGINS) add_subdirectory(${LIBS_OPEN_PREFIX}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. set_property( DIRECTORY ${VIEWER_PREFIX} diff --git a/indra/cmake/LLAppearanceUtility.cmake b/indra/cmake/LLAppearanceUtility.cmake deleted file mode 100644 index 28b49bf75f7..00000000000 --- a/indra/cmake/LLAppearanceUtility.cmake +++ /dev/null @@ -1,14 +0,0 @@ -# -*- 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) - - -- GitLab