mirror of https://github.com/AxioDL/metaforce.git
ci: Add libgtk-3-dev, disable freetype in macOS build
This commit is contained in:
parent
b8bddf8cae
commit
b4e242b88d
|
@ -47,7 +47,7 @@ jobs:
|
|||
sudo apt-get -y install ninja-build clang lld libcurl4-openssl-dev intel-oneapi-ipp-devel \
|
||||
zlib1g-dev libglu1-mesa-dev libdbus-1-dev libvulkan-dev libxi-dev libxrandr-dev libasound2-dev \
|
||||
libpulse-dev libudev-dev libpng-dev libncurses5-dev libx11-xcb-dev qt5-default libfreetype-dev \
|
||||
libxinerama-dev libxcursor-dev python3-markupsafe
|
||||
libxinerama-dev libxcursor-dev python3-markupsafe libgtk-3-dev
|
||||
|
||||
yarn global add @sentry/cli
|
||||
echo "$(yarn global bin)" >> $GITHUB_PATH
|
||||
|
@ -104,7 +104,7 @@ jobs:
|
|||
run: |
|
||||
brew update
|
||||
brew upgrade --formula
|
||||
brew install ninja graphicsmagick imagemagick freetype
|
||||
brew install ninja graphicsmagick imagemagick
|
||||
yarn global add create-dmg
|
||||
pip3 install markupsafe==2.0.1
|
||||
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
#include "Runtime/IFactory.hpp"
|
||||
#include "Runtime/IObjFactory.hpp"
|
||||
#include "Runtime/Character/CAnimationSet.hpp"
|
||||
#include "Runtime/Character/CCharacterInfo.hpp"
|
||||
|
||||
namespace metaforce {
|
||||
class CAdditiveAnimationInfo;
|
||||
|
@ -18,7 +19,6 @@ class CAnimCharacterSet;
|
|||
class CAnimData;
|
||||
class CAnimationManager;
|
||||
class CCharLayoutInfo;
|
||||
class CCharacterInfo;
|
||||
class CSimplePool;
|
||||
class CTransitionDatabaseGame;
|
||||
class CTransitionManager;
|
||||
|
|
Loading…
Reference in New Issue