mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
move things around
This commit is contained in:
parent
847cef83b6
commit
d1655196c3
130 changed files with 363 additions and 335 deletions
|
|
@ -5,7 +5,7 @@ includedir=@includedir@/
|
|||
moduledir=@moduledir@
|
||||
|
||||
Name: libpipewire
|
||||
Description: PipeWire Client Interface
|
||||
Description: PipeWire Interface
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir} -lpipewire-@PIPEWIRE_API_VERSION@
|
||||
Cflags: -I${includedir} -D_REENTRANT
|
||||
|
|
|
|||
|
|
@ -1,11 +0,0 @@
|
|||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@/
|
||||
moduledir=@moduledir@
|
||||
|
||||
Name: libpipewirecore
|
||||
Description: PipeWire Core
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir} -lpipewirecore-@PIPEWIRE_API_VERSION@
|
||||
Cflags: -I${includedir} -D_REENTRANT
|
||||
|
|
@ -11,7 +11,6 @@ pkg_install_dir = '@0@/pkgconfig'.format(get_option('libdir'))
|
|||
|
||||
pkg_files = [
|
||||
'libpipewire',
|
||||
'libpipewirecore',
|
||||
'libspa',
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue