Skip to content

Commit

Permalink
chore: meson: don't install pkgconfig/cie-pkcs11.pc
Browse files Browse the repository at this point in the history
  • Loading branch information
M0Rf30 committed Dec 16, 2023
1 parent 04a6855 commit 0d26e88
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions libs/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -227,12 +227,3 @@ libcie_pkcs11 = library(
link_with: libcie_sign_sdk,
install: true,
)

pkg_mod = import('pkgconfig')
pkg_mod.generate(
libraries: libcie_pkcs11,
version: '1.5.0',
name: 'libcie-pkcs11',
filebase: 'cie-pkcs11',
description: 'A library to enable CIE authentication.',
)

0 comments on commit 0d26e88

Please sign in to comment.