libogg: switch to cmake

This commit is contained in:
CvH 2021-01-19 18:36:49 +01:00
parent cfa2986b65
commit 7c26845681

View File

@ -12,5 +12,4 @@ PKG_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="Libogg contains necessary functionality to create, decode, and work with Ogg bitstreams."
PKG_BUILD_FLAGS="+pic"
PKG_CONFIGURE_OPTS_TARGET="--enable-static \
--disable-shared"
PKG_CMAKE_OPTS_TARGET="--DINSTALL_DOCS=OFF"