Skip to content

Commit 810d516

Browse files
Add Wayland support to linux
1 parent 255564a commit 810d516

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ def main():
261261
cmake_args.append("-DWITH_V4L=ON")
262262
cmake_args.append("-DWITH_LAPACK=ON")
263263
cmake_args.append("-DENABLE_PRECOMPILED_HEADERS=OFF")
264+
cmake_args.append("-DWITH_WAYLAND=ON")
264265

265266
# works via side effect
266267
RearrangeCMakeOutput(

0 commit comments

Comments
 (0)