lv2-native: Install complete headers
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
@@ -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/
|
||||
}
|
||||
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
require ${BPN}.inc
|
||||
|
||||
inherit waf pkgconfig
|
||||
|
||||
DEPENDS = "gtk+ libsndfile1"
|
||||
|
||||
EXTRA_OECONF = "--libdir=${libdir}"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user