I try to build this addon with:
cmake -DADDONS_TO_BUILD=visualization.projectm -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr/local -DAPP_RENDER_SYSTEM=gles ../../xbmc19/cmake/addons
But for some reason this isn't passed on to this:
|
if (APP_RENDER_SYSTEM STREQUAL "gles") |
So I had to remove the if statement in order to successfully build and run it on my ODroid board.