Skip to content

Commit

Permalink
add libgbm 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 da02ec0 commit af70446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/sdl/sdl.mk
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ SDL_CONF_OPT += --enable-video-directfb=no
endif

ifeq ($(BR2_PACKAGE_LIBDRM),y)
SDL_DEPENDENCIES += libdrm
SDL_DEPENDENCIES += libdrm libgbm
SDL_CONF_OPT += --enable-video-kmsdrm=yes
else
SDL_CONF_OPT += --enable-video-kmsdrm=no
Expand Down

0 comments on commit af70446

Please sign in to comment.