Update dependencies and source.sh script

This commit is contained in:
2025-10-26 09:22:14 +02:00
parent e37d0f6a93
commit abbee564ee
2 changed files with 4 additions and 4 deletions
+2 -3
View File
@@ -5,8 +5,7 @@
# The build function is executed in the source directory
# This function is used to compile the source code
build() {
export CXXFLAGS+=" -ffat-lto-objects"
cmake -B build -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_MESSAGE_LOG_LEVEL=STATUS
cmake -B build -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_MESSAGE_LOG_LEVEL=STATUS
cmake --build build
}
@@ -17,5 +16,5 @@ package() {
# Install package license
install -d "$BPM_OUTPUT"/usr/share/licenses
ln -s /usr/share/licenses/qt6-base "$BPM_OUTPUT"/usr/share/licenses/qt6-declaratives
ln -s /usr/share/licenses/qt6-base "$BPM_OUTPUT"/usr/share/licenses/qt6-declarative
}