Age | Commit message (Collapse) | Author | Files | Lines |
|
Don't use a special name for the replacement libraries but install
them into the modules directory by default. Add an option to install
them into another location.
This way, we don't need to set up symlinks in development, distros can
choose to install them where they want and/or we can use symlinks or
LD_LIBRARY path to select the replacement versions.
|
|
|
|
Make links for the pulse and jack libraries to our versions
|
|
If a command fails, there's no point in continuing with configuring
the project. Exit immediately.
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
|
|
If meson is not installed, at least an error message should be printed.
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
|
|
According to the meson man page, arguments go directly after the command's
name. Rearrange the call accordingly.
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
|
|
The autogen.sh script creates a symbolic link to the build/Makfile. If
the link already exists, a warning is printed and the old link persists.
Now replace it with the correct target.
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
|
|
Removing the build directory might delete important development files
as well.
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
|
|
An unquoted $@ will break for arguments with spaces in their names. Unquoted $@ will work until it doesn't, and then it can be tricky to track down exactly what went wrong. Using "$@" will save someone some headache in the future.
|
|
Remove some obsolete files
|
|
|
|
Update spec and makefile a bit
|
|
|
|
Add convenience makefile and autogen.sh
|
|
|
|
|