lv2-native: Install complete headers

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2019-01-07 23:50:13 +01:00
parent 1a4891e539
commit 23093124ca
3 changed files with 3 additions and 9 deletions

View File

@@ -2,10 +2,4 @@ require ${BPN}.inc
inherit native
do_install() {
# the header
install -d ${D}/${includedir}
install -m 0644 ${S}/lv2/lv2plug.in/ns/lv2core/lv2.h ${D}/${includedir}/
install -d ${D}/${includedir}/lv2/lv2plug.in/ns/lv2core
install -m 0644 ${S}/lv2/lv2plug.in/ns/lv2core/lv2.h ${D}/${includedir}/lv2/lv2plug.in/ns/lv2core/
}

View File

@@ -1,7 +1,5 @@
require ${BPN}.inc
inherit waf pkgconfig
DEPENDS = "gtk+ libsndfile1"
EXTRA_OECONF = "--libdir=${libdir}"

View File

@@ -6,3 +6,5 @@ PV = "1.14.0"
SRC_URI = "http://lv2plug.in/spec/lv2-${PV}.tar.bz2"
SRC_URI[md5sum] = "0b56285a77aac3c93b50c36203aa91ee"
SRC_URI[sha256sum] = "b8052683894c04efd748c81b95dd065d274d4e856c8b9e58b7c3da3db4e71d32"
inherit waf pkgconfig