dpl.lv2: Get rid of autotools-brokensep - there is Makefile only
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
@@ -3,7 +3,7 @@ HOMEPAGE = "https://x42-plugins.com/x42/x42-limiter"
|
||||
LICENSE = "GPLv3"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=9eef91148a9b14ec7f9df333daebc746"
|
||||
|
||||
inherit autotools-brokensep pkgconfig
|
||||
inherit pkgconfig
|
||||
|
||||
DEPENDS += " \
|
||||
libglu \
|
||||
@@ -19,10 +19,12 @@ PV = "0.2.2+git${SRCPV}"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
EXTRA_OEMAKE += " \
|
||||
PREFIX=${prefix} \
|
||||
LV2DIR=${libdir}/lv2 \
|
||||
STRIP=echo \
|
||||
OPTIMIZATIONS= \
|
||||
"
|
||||
|
||||
do_install() {
|
||||
oe_runmake DESTDIR=${D} PREFIX=${prefix} LV2DIR=${libdir}/lv2 install
|
||||
}
|
||||
|
||||
FILES_${PN} += "${libdir}/lv2"
|
||||
|
||||
Reference in New Issue
Block a user