winft / disman

Qt/C++ display management library
GNU Lesser General Public License v2.1
2 stars 1 forks source link

Compile Wayland backend library into plugins instead of installing #34

Open romangg opened 3 years ago

romangg commented 3 years ago

Currently we install the Wayland backend library to the system. But it's used only for our plugins and we could compile it into them.

I tried this in the past by making it an CMake Object library. But this didn't work for some reason. Let's try again or find another way without massive code duplication in the CMake files.