From 6e5f03e832a1a091a1bbfb3c0607242441546e4c Mon Sep 17 00:00:00 2001 From: odrling Date: Tue, 24 Nov 2020 21:30:16 +0100 Subject: [PATCH] brew more --- .github/workflows/macos.yml | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 92c5fc72c..6fa367ada 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -11,7 +11,7 @@ jobs: - name: Install dependencies run: | - brew install meson ninja libass wxmac + brew install meson ninja libass wxmac icu4c ffms2 boost glib - name: Build Aegisub run: | diff --git a/meson.build b/meson.build index 11019e8ec..fd558be4d 100644 --- a/meson.build +++ b/meson.build @@ -264,7 +264,7 @@ if host_machine.system() == 'windows' and not get_option('directsound').disabled endif if host_machine.system() == 'darwin' - frameworks_dep = dependency('appleframeworks', modules : ['CoreText', 'CoreFoundation', 'GLUT', 'OpenGL']) + frameworks_dep = dependency('appleframeworks', modules : ['CoreText', 'CoreFoundation']) deps += frameworks_dep endif