Skip to content

Commit

Permalink
add mesa3d etnaviv dep to sdl
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninoh-FOX committed Jun 14, 2021
1 parent af70446 commit 541125c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package/sdl/sdl.mk
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ ifeq ($(BR2_PACKAGE_MESA3D),y)
SDL_DEPENDENCIES += mesa3d
endif

ifeq (S(BR2_PACKAGE_MESA3D_ETNA_VIV),y)
SDL_DEPENDENCIES += mesa3d-etna_viv
endif

SDL_CONF_OPT += \
--enable-rpath=no \
--enable-pulseaudio=no \
Expand Down

0 comments on commit 541125c

Please sign in to comment.