Skip to content

Commit d0b261c

Browse files
moving -DWITH_WAYLAND to a more clear place in code
1 parent 810d516 commit d0b261c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ def main():
235235
and sys.platform.startswith("linux")
236236
):
237237
cmake_args.append("-DWITH_QT=5")
238+
cmake_args.append("-DWITH_WAYLAND=ON")
238239
subprocess.check_call("patch -p1 < patches/patchQtPlugins", shell=True)
239240

240241
if sys.platform.startswith("linux"):
@@ -261,7 +262,7 @@ def main():
261262
cmake_args.append("-DWITH_V4L=ON")
262263
cmake_args.append("-DWITH_LAPACK=ON")
263264
cmake_args.append("-DENABLE_PRECOMPILED_HEADERS=OFF")
264-
cmake_args.append("-DWITH_WAYLAND=ON")
265+
265266

266267
# works via side effect
267268
RearrangeCMakeOutput(

0 commit comments

Comments
 (0)