libdvdnav: switch to meson buildsystem

autotools buildsystem has been removed:
do_configure: no configure script found

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Markus Volk
2026-06-11 10:56:45 +02:00
committed by Khem Raj
parent 8a26ea844f
commit 8fce515120
@@ -5,10 +5,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
DEPENDS = "libdvdread"
SRC_URI = "https://download.videolan.org/pub/videolan/${BPN}/${PV}/${BP}.tar.xz"
SRC_URI[md5sum] = "e9e9f137cdd52828abc0c61b727ea579"
SRC_URI[sha256sum] = "a2a18f5ad36d133c74bf9106b6445806fa253b09141a46392550394b647b221e"
inherit autotools lib_package binconfig pkgconfig
inherit meson lib_package binconfig pkgconfig manpages
PACKAGECONFIG[manpages] = "-Denable_docs=true,-Denable_docs=false,doxygen-native"
CONFIGUREOPTS:remove = "--disable-silent-rules"