summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sigils/packages/palemoon.scm20
1 files changed, 4 insertions, 16 deletions
diff --git a/sigils/packages/palemoon.scm b/sigils/packages/palemoon.scm
index ed5be25..ebc3acc 100644
--- a/sigils/packages/palemoon.scm
+++ b/sigils/packages/palemoon.scm
@@ -102,6 +102,7 @@
(list #:tests? #f
#:configure-flags #~'(#$(string-append "--enable-application=" name)
"--enable-appcompat-guid"
+ "--enable-accessibility"
"--enable-av1"
#$(string-append "--enable-default-toolkit=cairo-" gtk-version)
"--enable-devtools"
@@ -113,12 +114,13 @@
"--enable-npapi"
"--enable-official-branding" ;; Official branding.
#$(string-append "--with-branding=" branding-dir)
- "--enable-optimize=\"-O2 -w\""
+ #$(format #f "--enable-optimize=~s" "-O2 -w")
"--enable-strip"
"--enable-webrtc"
"--enable-system-ffi"
"--enable-system-cairo"
"--enable-system-pixman"
+ ;; UNBUNDLE: "--enable-system-hunspell"
"--enable-system-extension-dirs"
"--disable-debug"
"--disable-debug-js-modules"
@@ -132,21 +134,7 @@
"--with-system-bz2"
"--with-system-jpeg"
"--with-system-zlib"
- "--with-x"
- ;; Avoid bundled libraries.
- ;; UNBUNDLE-ME! "--system-sqlite"
- ;; UNBUNDLE-ME! "--with-system-graphite2"
- ;; UNBUNDLE-ME! "--with-system-harfbuzz"
- ;; UNBUNDLE-ME! "--with-system-icu"
- ;; UNBUNDLE-ME! "--with-system-libevent"
- ;; UNBUNDLE-ME! "--with-system-libvpx"
- ;; UNBUNDLE-ME! "--with-system-nspr"
- ;; UNBUNDLE-ME! "--with-system-nss"
- ;; UNBUNDLE-ME! "--with-system-ogg"
- ;; UNBUNDLE-ME! "--with-system-png"
- ;; UNBUNDLE-ME! "--with-system-theora"
- ;; UNBUNDLE-ME! "--with-system-vorbis"
- "--enable-accessibility")
+ "--with-x")
#:modules '((guix build utils)
(guix build gnu-build-system)
(ice-9 regex))