Skip to content

Commit

Permalink
Add Wayland support to linux
Browse files Browse the repository at this point in the history
  • Loading branch information
MusicalArtist12 authored Jan 17, 2025
1 parent 255564a commit 810d516
Showing 1 changed file with 1 addition and 0 deletions.
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

0 comments on commit 810d516

Please sign in to comment.