mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
libid3tag: add pkg-config file
Required for meson to find this library in a sane way. Signed-off-by: Andre Heider <a.heider@gmail.com>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
prefix=/usr
|
||||
exec_prefix=/usr
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: id3tag
|
||||
Description: ID3 tag reading library
|
||||
Requires:
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir} -lid3tag -lz
|
||||
Cflags: -I${includedir}
|
||||
Reference in New Issue
Block a user