x11-misc/lineak-xosdplugin: Set --with-lineak-plugindir

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Fixes: https://bugs.gentoo.org/683110
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
This commit is contained in:
Jeroen Roovers
2019-05-13 10:49:54 +02:00
parent 283d962ef3
commit f3475aeb85

View File

@@ -29,7 +29,10 @@ PATCHES=(
)
src_configure() {
econf $(use_enable debug) --with-x
econf \
$(use_enable debug) \
--with-lineak-plugindir="${EROOT}/usr/$(get_libdir)/lineakd" \
--with-x
}
src_compile() {