or else we end up like this:
./configure: 18902: ./configure: Syntax error: redirection unexpected
or
./configure: 20152: ./configure: my_CFLAGS+=-DDATADIR_PATH=\""$(pkgdatadir)"\" : not found
./configure: 20153: ./configure: my_CFLAGS+=-I$(top_srcdir)/vendor : not found
Gentoo-bug: https://bugs.gentoo.org/714098
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
This is intended to install the folders as deposited at the source. If the backend is used then the desired folder will be selected.
This allows a better overlay of the available presets and avoids overwriting the same filenames in different folders during installation.
New configure value "--enable-preset-subdirs"
* use travis to select clang/gcc, upgrade xcode
* where does this go
* where does this go
* - libc++-dev
* bleh
* config
* test
* enable SDL for all travis builds (because -test depends on it)
* libsdl2 dep
* - libc++-dev dep
* Testing using AX_HAVE_QT for configuring Qt compilation instead of pkg-config
* cleanup
* get RCC too
* try MOC without CXXFLAGS?
* need qt5-default package
* readme, unfuck pulseaudio compile
* already have ax_have_qt.m4
* fixes to add RCC to ax_have_qt
Major updates to Makefiles, please report any build time issues!
Adding/updating makefiles for Qt, Jack, and Pulseadio implementations
* detect if we have libpulseaudio, libsdl2, and qt5 and if so just enable them automatically without the user having to.
* jack support, travis build with pa/jack/qt
* pass config opts
* test
* test
* test
* don't always enable sdl
* better libsdl2 detection
* hopefully fixed qt/pulse/jack makefiles
* oops
* travis
* fix jack subdir
* jack fixup
* jack makefile
* libsdl 1 for jack
* jack builds yay (qt version)
* testqt
* readme
* let's always build test
* let's always build test
* sdl2 for travis build test
* qt is required for jack/pulse
revive projectM-test directory
new executable src/projectM-test/projectM-unittest
still need to update existing code SDL->SDL2
Add projectM-unittest to Travic CI