Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
XDG Integration
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
JennaHuntsman
XDG Integration
Commits
d9e82ab1
Commit
d9e82ab1
authored
2 years ago
by
Callum Prentice
Browse files
Options
Downloads
Patches
Plain Diff
DRTVWR-489-emoji: Pull in some small changes from Kitty's work to move the macOS build forwards
parent
a804b98e
No related branches found
No related tags found
2 merge requests
!3
Update to main branch
,
!2
Rebase onto current main branch
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
indra/cmake/ICU4C.cmake
+2
-2
2 additions, 2 deletions
indra/cmake/ICU4C.cmake
indra/llrender/llfontregistry.cpp
+1
-1
1 addition, 1 deletion
indra/llrender/llfontregistry.cpp
indra/newview/CMakeLists.txt
+8
-8
8 additions, 8 deletions
indra/newview/CMakeLists.txt
with
11 additions
and
11 deletions
indra/cmake/ICU4C.cmake
+
2
−
2
View file @
d9e82ab1
...
...
@@ -10,8 +10,8 @@ else (USESYSTEMLIBS)
use_prebuilt_binary
(
icu4c
)
if
(
WINDOWS
)
set
(
ICU4C_LIBRARY icuuc
)
#
elseif(DARWIN)
#
set(ICU4C_LIBRARY
...
)
elseif
(
DARWIN
)
set
(
ICU4C_LIBRARY
icuuc
)
#elseif(LINUX)
# set(ICU4C_LIBRARY ...)
else
()
...
...
This diff is collapsed.
Click to expand it.
indra/llrender/llfontregistry.cpp
+
1
−
1
View file @
d9e82ab1
...
...
@@ -483,7 +483,7 @@ LLFontGL *LLFontRegistry::createFont(const LLFontDescriptor& desc)
#if LL_DARWIN
font_search_paths
.
push_back
(
MACOSX_FONT_PATH_LIBRARY
);
font_search_paths
.
push_back
(
MACOSX_FONT_PATH_LIBRARY
+
MACOSX_FONT_SUPPLEMENTAL
);
font_search_paths
.
push_back
(
sys_path
+
MACOSX_FONT_SUPPLEMENTAL
);
font_search_paths
.
push_back
(
LLFontGL
::
getFontPathSystem
()
+
MACOSX_FONT_SUPPLEMENTAL
);
#endif
// The fontname string may contain multiple font file names separated by semicolons.
...
...
This diff is collapsed.
Click to expand it.
indra/newview/CMakeLists.txt
+
8
−
8
View file @
d9e82ab1
...
...
@@ -449,7 +449,7 @@ set(viewer_SOURCE_FILES
llpaneleditsky.cpp
llpaneleditwater.cpp
llpaneleditwearable.cpp
llpanelemojicomplete.cpp
llpanelemojicomplete.cpp
llpanelenvironment.cpp
llpanelexperiencelisteditor.cpp
llpanelexperiencelog.cpp
...
...
@@ -1081,7 +1081,7 @@ set(viewer_HEADER_FILES
llpaneleditsky.h
llpaneleditwater.h
llpaneleditwearable.h
llpanelemojicomplete.h
llpanelemojicomplete.h
llpanelenvironment.h
llpanelexperiencelisteditor.h
llpanelexperiencelog.h
...
...
@@ -1506,12 +1506,6 @@ if (WINDOWS)
set
(
viewer_SOURCE_FILES
"
${
viewer_SOURCE_FILES
}
"
llviewerprecompiledheaders.cpp
)
endif
(
USE_PRECOMPILED_HEADERS
)
message
(
"Copying fonts"
)
file
(
GLOB FONT_FILE_GLOB_LIST
"
${
AUTOBUILD_INSTALL_DIR
}
/fonts/*"
)
file
(
COPY
${
FONT_FILE_GLOB_LIST
}
DESTINATION
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/fonts"
)
# Replace the icons with the appropriate ones for the channel
# ('test' is the default)
set
(
ICON_PATH
"test"
)
...
...
@@ -2087,6 +2081,12 @@ endif (USE_BUGSPLAT)
set
(
ARTWORK_DIR
${
CMAKE_CURRENT_SOURCE_DIR
}
CACHE PATH
"Path to artwork files."
)
message
(
"Copying fonts"
)
file
(
GLOB FONT_FILE_GLOB_LIST
"
${
AUTOBUILD_INSTALL_DIR
}
/fonts/*"
)
file
(
COPY
${
FONT_FILE_GLOB_LIST
}
DESTINATION
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/fonts"
)
if
(
LINUX
)
set
(
product SecondLife-
${
ARCH
}
-
${
VIEWER_SHORT_VERSION
}
.
${
VIEWER_VERSION_REVISION
}
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment