mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 17:39:57 +00:00
libdvdread: 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:
@@ -6,6 +6,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=64e753fa7d1ca31632bc383da3b57c27"
|
||||
SRC_URI = "https://download.videolan.org/pub/videolan/libdvdread/${PV}/libdvdread-${PV}.tar.xz"
|
||||
SRC_URI[sha256sum] = "2e3e04a305c15c3963aa03ae1b9a83c1d239880003fcf3dde986d3943355d407"
|
||||
|
||||
inherit autotools lib_package binconfig pkgconfig
|
||||
inherit meson lib_package binconfig pkgconfig manpages
|
||||
|
||||
CONFIGUREOPTS:remove = "--disable-silent-rules"
|
||||
PACKAGECONFIG ?= "libdvdcss"
|
||||
PACKAGECONFIG[libdvdcss] = "-Dlibdvdcss=enabled,-Dlibdvdcss=disabled,libdvdcss"
|
||||
PACKAGECONFIG[manpages] = "-Denable_docs=true,-Denable_docs=false,doxygen-native"
|
||||
|
||||
Reference in New Issue
Block a user