Skip to content

APP_RENDER_SYSTEM is not being passed to ProjectM #87

@MastaG

Description

@MastaG

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions