mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
libajantv2: correctly generate pc module for the dev output (#478215)
This commit is contained in:
commit
8e58d07c4c
1 changed files with 3 additions and 3 deletions
|
|
@ -47,11 +47,11 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
];
|
||||
|
||||
postInstall = ''
|
||||
mkdir -p "$out/lib/pkgconfig"
|
||||
cat >"$out/lib/pkgconfig/libajantv2.pc" <<EOF
|
||||
mkdir -p "$dev/lib/pkgconfig"
|
||||
cat >"$dev/lib/pkgconfig/libajantv2.pc" <<EOF
|
||||
prefix=$out
|
||||
libdir=\''${prefix}/lib
|
||||
includedir=\''${prefix}/include/libajantv2
|
||||
includedir=$dev/include/libajantv2
|
||||
|
||||
Name: libajantv2
|
||||
Description: Library for controlling AJA NTV2 video devices
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue