Skip to content

Commit 8302a6b

Browse files
committed
Deps: Remove unused CMake argument
1 parent d797ca4 commit 8302a6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/deps/build-dependencies-linux-cross.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ tar xf "qtwayland-everywhere-src-$QT.tar.xz"
328328
cd "qtwayland-everywhere-src-$QT"
329329
mkdir build
330330
cd 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
332332
cmake --build . --parallel
333333
ninja install
334334
cd ../../

scripts/deps/build-dependencies-linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ tar xf "qtwayland-everywhere-src-$QT.tar.xz"
265265
cd "qtwayland-everywhere-src-$QT"
266266
mkdir build
267267
cd 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
269269
cmake --build . --parallel
270270
ninja install
271271
cd ../../

0 commit comments

Comments
 (0)