libcec: patch dlopen path
This commit is contained in:
parent
6a117fb0b8
commit
af8da57242
@ -12,6 +12,11 @@ stdenv.mkDerivation {
|
||||
|
||||
buildInputs = [ autoreconfHook pkgconfig udev ];
|
||||
|
||||
# Fix dlopen path
|
||||
patchPhase = ''
|
||||
substituteInPlace include/cecloader.h --replace "libcec.so" "$out/lib/libcec.so"
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "USB CEC adapter communication library";
|
||||
homepage = "http://libcec.pulse-eight.com";
|
||||
|
Loading…
Reference in New Issue
Block a user