mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-07-22 05:32:50 +02:00
Get rid of QT_GENERATE_SBOM=OFF
This commit is contained in:
parent
f8acc55365
commit
7d78de0673
2 changed files with 1 additions and 2 deletions
|
@ -760,7 +760,6 @@ RUN git clone -b v$QT --depth=1 https://github.com/qt/qt5.git \
|
|||
&& cmake -B build . \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr/local \
|
||||
-DBUILD_SHARED_LIBS=OFF \
|
||||
-DQT_GENERATE_SBOM=OFF \
|
||||
-DQT_QPA_PLATFORMS="wayland;xcb" \
|
||||
-DINPUT_libpng=qt \
|
||||
-DINPUT_harfbuzz=qt \
|
||||
|
|
|
@ -414,7 +414,6 @@ parts:
|
|||
- -DCMAKE_INSTALL_PREFIX=/usr
|
||||
- -DCMAKE_PREFIX_PATH=$CRAFT_STAGE/usr
|
||||
- -DINSTALL_LIBDIR=/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR
|
||||
- -DQT_GENERATE_SBOM=OFF
|
||||
- -DINPUT_openssl=linked
|
||||
override-pull: |
|
||||
craftctl default
|
||||
|
@ -438,6 +437,7 @@ parts:
|
|||
- -./usr/metatypes
|
||||
- -./usr/mkspecs
|
||||
- -./usr/modules
|
||||
- -./usr/sbom
|
||||
- -./**/objects-*
|
||||
after:
|
||||
- libjxl
|
||||
|
|
Loading…
Add table
Reference in a new issue