Skip to content

Commit

Permalink
pkgconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
epsilon-0 committed Sep 4, 2024
1 parent 490f667 commit eaff36b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ imsg_sendrcv
# libraries
libimsg.so.*

# vscode
.vscode

# pkgconfig files
libimsg.pc

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ sources = [

libimsg = both_libraries('imsg', sources: sources, include_directories: incdir, install: true)
pkgconfig = import('pkgconfig')
pkgconfig.generate(libimsg, version: meson.project_version(), name: 'libimsg', description: 'imsg library', libraries: libimsg)
pkgconfig.generate(libimsg, version: meson.project_version(), name: 'libimsg', description: 'Unofficial OpenBSD imsg port', libraries: libimsg)

tests = [
'test/ibuf_test.c',
Expand Down

0 comments on commit eaff36b

Please sign in to comment.