Remove extra cmake option in jasper

Signed-off-by: ormorph <roma251078@mail.ru>
pull/291/head
ormorph 1 year ago
parent 32e622e8e0
commit 98e040a477

@ -63,11 +63,5 @@ multilib_src_configure() {
-DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=$(multilib_native_usex doc OFF ON)
)
if use opengl ; then
mycmakeargs+=(
-DGLUT_glut_LIBRARY="-lglut"
)
fi
cmake_src_configure
}

Loading…
Cancel
Save