-
Select Topic AreaBug BodyI am attempting to compile Sunshine on Debian Trixie. There are a few things that aren't supported yet (CUDA and doxygen) but these can be disabled and I don't need them. However, while the initial
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Ugh, I'm silly, but of course didn't realize until asking for help -- the issue can be worked around by installing It seems to me there is still a potential bug here in the build system as the bundled libevdev doesn't build correctly, but it can be worked around. (And now at least there is an existing discussion of this that Google can help others find if they run into this.) |
Beta Was this translation helpful? Give feedback.
Ugh, I'm silly, but of course didn't realize until asking for help -- the issue can be worked around by installing
libevdev-dev
so that the bundled one does not need to be used.It seems to me there is still a potential bug here in the build system as the bundled libevdev doesn't build correctly, but it can be worked around.
(And now at least there is an existing discussion of this that Google can help others find if they run into this.)