summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSisiutl <sisiutl@egregore.fun>2024-10-28 09:51:06 +0100
committerSisiutl <sisiutl@egregore.fun>2024-10-28 09:51:06 +0100
commit58dce5ea2168539306fab30d4f34a8a551b2682d (patch)
treedeaae8d4f52a43cc10bc1ca81d26eb04b0de22a9
parent907463089de27bea5e3bd48f5e48ba5efb0ec05b (diff)
npapi and webrtc for gtk3
-rw-r--r--sigils/packages/palemoon.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/sigils/packages/palemoon.scm b/sigils/packages/palemoon.scm
index 1983eba..9d9845b 100644
--- a/sigils/packages/palemoon.scm
+++ b/sigils/packages/palemoon.scm
@@ -46,6 +46,7 @@
(build-system mozilla-build-system)
(native-inputs
(list autoconf
+ gtk+-2 ;; Needed for NPAPI and WebRTC in the GTK3 build.
libxcrypt
m4
perl
@@ -104,6 +105,7 @@
"--enable-jxl"
"--enable-more-deterministic"
"--enable-necko-wifi"
+ "--enable-npapi"
"--enable-official-branding" ;; Official branding.
#$(string-append "--with-branding=" branding-dir)
"--enable-optimize=\"-O2 -w\""
@@ -140,9 +142,6 @@
;; UNBUNDLE-ME! "--with-system-png"
;; UNBUNDLE-ME! "--with-system-theora"
;; UNBUNDLE-ME! "--with-system-vorbis"
- #$(if with-gtk3? ;; NPAPI requires gtk2. It's for Adobe Flash and Silverlight.
- "--disable-npapi"
- "--enable-npapi")
#$(if with-gtk3? ;; TODO: find a way to link atk_bridge_adaptor_init
"--disable-accessibility"
"--enable-accessibility"))