Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add Wayland support to linux
  • Loading branch information
MusicalArtist12 authored Jan 17, 2025
commit 810d5168b6ca7784629ce0a7e416cb7ae1d42a4d
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ def main():
cmake_args.append("-DWITH_V4L=ON")
cmake_args.append("-DWITH_LAPACK=ON")
cmake_args.append("-DENABLE_PRECOMPILED_HEADERS=OFF")
cmake_args.append("-DWITH_WAYLAND=ON")

# works via side effect
RearrangeCMakeOutput(
Expand Down