mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/qt6-webengine to 6.4.2-2
This commit is contained in:
parent
0803fe6770
commit
be79ed5214
1 changed files with 1 additions and 3 deletions
|
@ -12,7 +12,7 @@ highmem=1
|
|||
pkgname=qt6-webengine
|
||||
_qtver=6.4.2
|
||||
pkgver=${_qtver/-/}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=(x86_64)
|
||||
url='https://www.qt.io'
|
||||
license=(GPL3 LGPL3 FDL custom)
|
||||
|
@ -22,7 +22,6 @@ depends=(qt6-webchannel qt6-positioning libxcomposite libxrandr libxkbfile
|
|||
makedepends=(cmake ninja python-html5lib gperf jsoncpp qt6-tools pipewire nodejs qt6-websockets libepoxy git)
|
||||
optdepends=('pipewire: WebRTC desktop sharing under Wayland')
|
||||
groups=(qt6)
|
||||
#options=(debug) - hangs on stripping
|
||||
_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
|
||||
source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz
|
||||
0001-ARM-toolchain-fixes.patch
|
||||
|
@ -53,7 +52,6 @@ build() {
|
|||
-DQT_FEATURE_webengine_proprietary_codecs=ON \
|
||||
-DQT_FEATURE_webengine_kerberos=ON \
|
||||
-DQT_FEATURE_webengine_webrtc_pipewire=ON
|
||||
# -DQT_FEATURE_webengine_full_debug_info=ON
|
||||
cmake --build build
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue