diff options
Diffstat (limited to 'pkgconfig/gnunetspeaker.pc.in')
-rw-r--r-- | pkgconfig/gnunetspeaker.pc.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgconfig/gnunetspeaker.pc.in b/pkgconfig/gnunetspeaker.pc.in new file mode 100644 index 000000000..3d0ab7aec --- /dev/null +++ b/pkgconfig/gnunetspeaker.pc.in @@ -0,0 +1,12 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: GNUnet SPEAKER +Description: library to access the system's speaker (playback of OPUS-encoded data) +URL: https://gnunet.org +Version: @VERSION@ +Requires: +Libs: -L${libdir} -lgnunetspeaker +Cflags: -I${includedir} |