Skip to content

Commit 541125c

Browse files
committed
add mesa3d etnaviv dep to sdl
1 parent af70446 commit 541125c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package/sdl/sdl.mk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ ifeq ($(BR2_PACKAGE_MESA3D),y)
8888
SDL_DEPENDENCIES += mesa3d
8989
endif
9090

91+
ifeq (S(BR2_PACKAGE_MESA3D_ETNA_VIV),y)
92+
SDL_DEPENDENCIES += mesa3d-etna_viv
93+
endif
94+
9195
SDL_CONF_OPT += \
9296
--enable-rpath=no \
9397
--enable-pulseaudio=no \

0 commit comments

Comments
 (0)