Thanks to visit codestin.com
Credit goes to github.com

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
Prev Previous commit
moving -DWITH_WAYLAND to a more clear place in code
  • Loading branch information
MusicalArtist12 committed Jan 21, 2025
commit d0b261c4074f547b8bcd2dc849d209da4d8eb92e
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ def main():
and sys.platform.startswith("linux")
):
cmake_args.append("-DWITH_QT=5")
cmake_args.append("-DWITH_WAYLAND=ON")
subprocess.check_call("patch -p1 < patches/patchQtPlugins", shell=True)

if sys.platform.startswith("linux"):
Expand All @@ -261,7 +262,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