summaryrefslogtreecommitdiff
path: root/autogen.sh
AgeCommit message (Collapse)AuthorFilesLines
2020-04-29install replacement libraries in modules directoryWim Taymans1-10/+0
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.
2020-02-20make libpulse-simple symlinks for developementWim Taymans1-0/+2
2020-01-29autogen: make symbolic linksWim Taymans1-0/+8
Make links for the pulse and jack libraries to our versions
2019-05-23autogen.sh: Immediately fail on command errorsThomas Zimmermann1-0/+2
If a command fails, there's no point in continuing with configuring the project. Exit immediately. Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
2019-05-23autogen.sh: Check for mesonThomas Zimmermann1-1/+12
If meson is not installed, at least an error message should be printed. Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
2019-05-23autogen.sh: Put meson arguments right after command nameThomas Zimmermann1-1/+1
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>
2019-05-23autogen.sh: Replace symbolic link to MakefileThomas Zimmermann1-1/+1
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>
2019-05-23autogen.sh: Reuse existing build directoryThomas Zimmermann1-3/+2
Removing the build directory might delete important development files as well. Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
2019-02-13Quote "$@" in autogen.shncraun-vivint1-1/+1
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.
2018-11-05Relicense as MIT/X11Wim Taymans1-15/+0
Remove some obsolete files
2018-10-28init and update submodulesWim Taymans1-0/+3
2017-06-26Add beginnings of jack moduleWim Taymans1-0/+1
Update spec and makefile a bit
2017-05-23pinos -> pipewireWim Taymans1-4/+4
2016-09-26Fix for new pathsWim Taymans1-3/+3
Add convenience makefile and autogen.sh
2015-06-30Rename pulsevideo to pinosWim Taymans1-4/+4
2015-04-16Initial commitWim Taymans1-0/+22