Changeset 1678
- Timestamp:
- Jul 28, 2012, 11:16:38 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r1677 r1678 161 161 AC_TRY_LINK([], [], 162 162 [AC_MSG_RESULT(yes) 163 ac_cv_my_stop_looking_for_gl="yes"164 163 GL_LIBS="${GL_LIBS} -framework OpenGL" 165 164 CXXFLAGS="${CXXFLAGS} -ObjC++"], … … 177 176 dnl FIXME: -lEGL does not belong here but the configure test fails 178 177 dnl when cross-compiling, so we add it manually here. 179 GL_LIBS=" -lGLESv2 -lEGL -lvcos -lvchiq_arm -lbcm_host"])])178 GL_LIBS="${GL_LIBS} -lGLESv2 -lEGL -lvcos -lvchiq_arm -lbcm_host"])]) 180 179 fi 181 180
Note: See TracChangeset
for help on using the changeset viewer.