Drop api version suffix from library name

This commit is contained in:
Jan Grulich 2018-07-27 09:42:39 +02:00 committed by Wim Taymans
parent 07411e09cb
commit 76ab7eb9fb
5 changed files with 8 additions and 8 deletions

View file

@ -7,5 +7,5 @@ moduledir=@moduledir@
Name: libpipewire
Description: PipeWire Interface
Version: @VERSION@
Libs: -L${libdir} -lpipewire-@PIPEWIRE_API_VERSION@
Libs: -L${libdir} -lpipewire
Cflags: -I${includedir} -D_REENTRANT