Skip to content

Commit

Permalink
build: rpi: add missing linker flags to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Coacher authored and kevmitch committed Jan 11, 2018
1 parent d040ab1 commit 48143b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wscript
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ video_output_features = [
lib=['mmal_core', 'mmal_util', 'mmal_vc_client', 'bcm_host']),
# We still need all OpenGL symbols, because the vo_opengl code is
# generic and supports anything from GLES2/OpenGL 2.1 to OpenGL 4 core.
check_cc(lib="EGL"),
check_cc(lib="EGL", linkflags="-lGLESv2"),
check_cc(lib="GLESv2"),
),
} , {
Expand Down

0 comments on commit 48143b0

Please sign in to comment.