@@ -4,9 +4,9 @@ LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
SRC_URI = "https://download.videolan.org/pub/libdvdcss/${PV}/libdvdcss-${PV}.tar.xz"
+SRC_URI[sha256sum] = "529463e4d1befef82e5c6e470db7661a2db0343e092a2fb0d6c037cab8a5c399"
-inherit autotools
+inherit meson pkgconfig manpages
-EXTRA_OECONF = " --disable-doc "
+PACKAGECONFIG[manpages] = "-Denable_docs=true,-Denable_docs=false,doxygen-native"
-SRC_URI[sha256sum] = "529463e4d1befef82e5c6e470db7661a2db0343e092a2fb0d6c037cab8a5c399"
autotools buildsystem has been removed: do_configure: no configure script found Signed-off-by: Markus Volk <f_l_k@t-online.de> --- meta-multimedia/recipes-multimedia/vlc/libdvdcss_1.5.0.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)