mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:07:35 +00:00
Ports/mgba: Explicitly exclude optional dependencies
Previously, some optional dependencies could be unintentionally included if they were present on the host machine.
This commit is contained in:
parent
c2afd3de23
commit
87f4b0f1c2
1 changed files with 4 additions and 0 deletions
|
@ -5,7 +5,11 @@ files=(
|
|||
"https://github.com/mgba-emu/mgba/archive/refs/tags/${version}.tar.gz 692ff0ac50e18380df0ff3ee83071f9926715200d0dceedd9d16a028a59537a0"
|
||||
)
|
||||
configopts=(
|
||||
'-DBUILD_QT=OFF'
|
||||
"-DCMAKE_TOOLCHAIN_FILE=${SERENITY_BUILD_DIR}/CMakeToolchain.txt"
|
||||
'-DUSE_EDITLINE=OFF'
|
||||
'-DUSE_ELF=OFF'
|
||||
'-DUSE_EPOXY=OFF'
|
||||
)
|
||||
useconfigure=true
|
||||
depends=(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue