Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dosbox: Need libGLEW #7140

Merged
merged 1 commit into from
Sep 26, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions package/batocera/core/batocera-system/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -773,14 +773,7 @@ config BR2_PACKAGE_BATOCERA_HANDHELD_SYSTEMS
config BR2_PACKAGE_BATOCERA_MSDOS_SYSTEMS
bool "batocera.linux MS/DOS emulation packages"

select BR2_PACKAGE_DOSBOX if !BR2_PACKAGE_BATOCERA_TARGET_BCM2835 && \
!BR2_PACKAGE_BATOCERA_TARGET_BCM2836 && \
!BR2_PACKAGE_BATOCERA_TARGET_BCM2837 && \
!BR2_PACKAGE_BATOCERA_TARGET_RPIZERO2 && \
!BR2_PACKAGE_BATOCERA_TARGET_CHA && \
!BR2_PACKAGE_BATOCERA_TARGET_RK3326 && \
!BR2_PACKAGE_BATOCERA_TARGET_RG552 && \
!BR2_PACKAGE_BATOCERA_TARGET_XU4
select BR2_PACKAGE_DOSBOX if BR2_PACKAGE_BATOCERA_TARGET_X86_64_ANY || BR2_PACKAGE_BATOCERA_TARGET_BCM2711 # Need libGLEW

select BR2_PACKAGE_DOSBOX_X if !BR2_PACKAGE_BATOCERA_TARGET_RK3326 && \
!BR2_PACKAGE_BATOCERA_TARGET_BCM2835 && \
Expand Down