mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
add OpenGL framework
This commit is contained in:
parent
e7a4640f23
commit
b8330871f1
4
.github/workflows/macos.yml
vendored
4
.github/workflows/macos.yml
vendored
@ -9,10 +9,6 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- uses: maxim-lobanov/setup-xcode@v1
|
||||
with:
|
||||
xcode-version: '12.0'
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
brew install meson ninja libass
|
||||
|
@ -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'])
|
||||
frameworks_dep = dependency('appleframeworks', modules : ['CoreText', 'CoreFoundation', 'OpenGL'])
|
||||
deps += frameworks_dep
|
||||
endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user