File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -328,7 +328,7 @@ tar xf "qtwayland-everywhere-src-$QT.tar.xz"
328328cd " qtwayland-everywhere-src-$QT "
329329mkdir build
330330cd build
331- " $INSTALLDIR /bin/qt-configure-module" .. -- -DCMAKE_PREFIX_PATH=" $INSTALLDIR " -DQT_GENERATE_SBOM=OFF -DFEATURE_wayland_server=OFF
331+ " $INSTALLDIR /bin/qt-configure-module" .. -- -DCMAKE_PREFIX_PATH=" $INSTALLDIR " -DQT_GENERATE_SBOM=OFF
332332cmake --build . --parallel
333333ninja install
334334cd ../../
Original file line number Diff line number Diff line change @@ -265,7 +265,7 @@ tar xf "qtwayland-everywhere-src-$QT.tar.xz"
265265cd " qtwayland-everywhere-src-$QT "
266266mkdir build
267267cd build
268- " $INSTALLDIR /bin/qt-configure-module" .. -- -DCMAKE_PREFIX_PATH=" $INSTALLDIR " -DQT_GENERATE_SBOM=OFF -DFEATURE_wayland_server=OFF
268+ " $INSTALLDIR /bin/qt-configure-module" .. -- -DCMAKE_PREFIX_PATH=" $INSTALLDIR " -DQT_GENERATE_SBOM=OFF
269269cmake --build . --parallel
270270ninja install
271271cd ../../
You can’t perform that action at this time.
0 commit comments