mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
qtwebengine_bin: disable debuginfo package (issue #11037)
This commit is contained in:
@@ -5,7 +5,7 @@ HOMEPAGE="https://www.qt.io"
|
||||
COPYRIGHT="2015-2024 The Qt Company Ltd."
|
||||
LICENSE="BSD (3-clause)
|
||||
GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
hpkgHOME="https://github.com/threedeyes/qtwebengine-haiku"
|
||||
SOURCE_URI="$hpkgHOME/releases/download/v${portVersion}-1/qtwebengine-${portVersion}-1-x86_64.hpkg#noarchive"
|
||||
CHECKSUM_SHA256="2d42a9c21d0aa5ab70123058875e21cb39094df3bddf05dc9b50079096e8eb42"
|
||||
@@ -112,12 +112,12 @@ BUILD_PREREQUIRES="
|
||||
cmd:cp
|
||||
"
|
||||
|
||||
defineDebugInfoPackage qtwebengine_bin$secondaryArchSuffix \
|
||||
"$libDir"/libQt5Pdf.so.$WebEngineApiVersion \
|
||||
"$libDir"/libQt5PdfWidgets.so.$WebEngineApiVersion \
|
||||
"$libDir"/libQt5WebEngine.so.$WebEngineApiVersion \
|
||||
"$libDir"/libQt5WebEngineCore.so.$WebEngineApiVersion \
|
||||
"$libDir"/libQt5WebEngineWidgets.so.$WebEngineApiVersion
|
||||
#defineDebugInfoPackage qtwebengine_bin$secondaryArchSuffix \
|
||||
# "$libDir"/libQt5Pdf.so.$WebEngineApiVersion \
|
||||
# "$libDir"/libQt5PdfWidgets.so.$WebEngineApiVersion \
|
||||
# "$libDir"/libQt5WebEngine.so.$WebEngineApiVersion \
|
||||
# "$libDir"/libQt5WebEngineCore.so.$WebEngineApiVersion \
|
||||
# "$libDir"/libQt5WebEngineWidgets.so.$WebEngineApiVersion
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user