diff options
author | popcornmix <popcornmix@gmail.com> | 2015-05-07 14:28:37 +0100 |
---|---|---|
committer | popcornmix <popcornmix@gmail.com> | 2016-03-18 17:37:55 +0000 |
commit | 9d445bbbda748c783c9cb854b85d32ae3cd9e86b (patch) | |
tree | fee88a73bd77c4d64ba634b979a1eba79df29e35 /configure.ac | |
parent | 33103674e99852a044b4674de98d68e4dac4f9b5 (diff) |
build: Add vcsm lib
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d1e443d20a..174c2d3176 100644 --- a/configure.ac +++ b/configure.ac @@ -924,7 +924,7 @@ if test "$use_gles" = "yes"; then AC_DEFINE([HAVE_LIBEGL],[1],["Define to 1 if you have the `EGL' library (-lEGL)."]) AC_DEFINE([HAVE_LIBGLESV2],[1],["Define to 1 if you have the `GLESv2' library (-lGLESv2)."]) AC_MSG_RESULT(== WARNING: OpenGLES support is assumed.) - LIBS="$LIBS -lEGL -lGLESv2 -lbcm_host -lvcos -lvchiq_arm -lmmal -lmmal_core -lmmal_util" + LIBS="$LIBS -lEGL -lGLESv2 -lbcm_host -lvcos -lvchiq_arm -lmmal -lmmal_core -lmmal_util -lvcsm" else AC_CHECK_LIB([EGL], [main],, AC_MSG_ERROR($missing_library)) AC_CHECK_LIB([GLESv2],[main],, AC_MSG_ERROR($missing_library)) |