mirror of
https://aur.archlinux.org/firedragon.git
synced 2024-12-26 12:44:21 +00:00
Add !lto to options
This commit is contained in:
parent
c308d98011
commit
f29b585fee
1
.SRCINFO
1
.SRCINFO
@ -20,6 +20,7 @@ pkgbase = firedragon
|
|||||||
makedepends = rust
|
makedepends = rust
|
||||||
makedepends = xorg-server-xwayland
|
makedepends = xorg-server-xwayland
|
||||||
makedepends = xorg-server-xvfb
|
makedepends = xorg-server-xvfb
|
||||||
|
makedepends = python-pip
|
||||||
makedepends = autoconf2.13
|
makedepends = autoconf2.13
|
||||||
makedepends = clang
|
makedepends = clang
|
||||||
makedepends = llvm
|
makedepends = llvm
|
||||||
|
4
PKGBUILD
4
PKGBUILD
@ -16,7 +16,7 @@ depends=(gtk3 libxt mime-types dbus-glib ffmpeg nss ttf-font libpulse
|
|||||||
aom harfbuzz libvpx libjpeg zlib icu libevent pipewire
|
aom harfbuzz libvpx libjpeg zlib icu libevent pipewire
|
||||||
kfiredragonhelper)
|
kfiredragonhelper)
|
||||||
makedepends=(unzip zip diffutils yasm mesa imake inetutils ccache
|
makedepends=(unzip zip diffutils yasm mesa imake inetutils ccache
|
||||||
rust xorg-server-xwayland xorg-server-xvfb
|
rust xorg-server-xwayland xorg-server-xvfb python-pip
|
||||||
autoconf2.13 clang llvm jack nodejs cbindgen nasm
|
autoconf2.13 clang llvm jack nodejs cbindgen nasm
|
||||||
python-setuptools python-psutil python-zstandard git binutils
|
python-setuptools python-psutil python-zstandard git binutils
|
||||||
lld dump_syms wasi-compiler-rt wasi-libc wasi-libc++ wasi-libc++abi)
|
lld dump_syms wasi-compiler-rt wasi-libc wasi-libc++ wasi-libc++abi)
|
||||||
@ -32,7 +32,7 @@ optdepends=('firejail-git: Sandboxing the browser using the included profiles'
|
|||||||
'libappindicator-gtk3: Global menu support for GTK apps'
|
'libappindicator-gtk3: Global menu support for GTK apps'
|
||||||
'appmenu-gtk-module-git: Appmenu for GTK only'
|
'appmenu-gtk-module-git: Appmenu for GTK only'
|
||||||
'plasma5-applets-window-appmenu: Appmenu for Plasma only')
|
'plasma5-applets-window-appmenu: Appmenu for Plasma only')
|
||||||
options=(!emptydirs !makeflags !strip)
|
options=(!emptydirs !makeflags !strip !lto)
|
||||||
conflicts=('firedragon-hg')
|
conflicts=('firedragon-hg')
|
||||||
install=$pkgname.install
|
install=$pkgname.install
|
||||||
source=(https://archive.mozilla.org/pub/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.xz
|
source=(https://archive.mozilla.org/pub/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.xz
|
||||||
|
Loading…
Reference in New Issue
Block a user