Skip to content
Commit e21a3c79 authored by Vlad Zahorodnii's avatar Vlad Zahorodnii
Browse files

effects: Add support for cross-compiling support

kwin-strip-effect-metadata needs to run on the host. First, one needs to
build it, e.g.

    cmake --build build-native --target kwin-strip-effect-metadata

then when cross-compiling, point cmake to the native build directory, e.g.

    cmake -DKWIN_HOST_TOOLING=${path}/build-native
parent a6090e7f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment