summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2024-01-26 22:21:35 -0500
committerB. Stack <bgstack15@gmail.com>2024-01-26 22:21:35 -0500
commite52d223b21e4b948bfbd286aa4a075107560f92b (patch)
treef142b7442ebeee1f2017b7e8c4b82901a846dca9
parentnm: add libpulse to dsc (diff)
downloadstackrpms-e52d223b21e4b948bfbd286aa4a075107560f92b.tar.gz
stackrpms-e52d223b21e4b948bfbd286aa4a075107560f92b.tar.bz2
stackrpms-e52d223b21e4b948bfbd286aa4a075107560f92b.zip
remove --disable-eme
-rw-r--r--newmoon/debian/mozconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/newmoon/debian/mozconfig b/newmoon/debian/mozconfig
index e131daa..61a7e75 100644
--- a/newmoon/debian/mozconfig
+++ b/newmoon/debian/mozconfig
@@ -29,7 +29,7 @@ ac_add_options --enable-strip
# disable-debug-symbols removes the ability to do a stack trace. I do not do any stack traces anyways. ?f=5&t=28254
ac_add_options --disable-debug-symbols
ac_add_options --disable-debug
-ac_add_options --disable-eme
+#ac_add_options --disable-eme
ac_add_options --disable-gamepad
ac_add_options --disable-necko-wifi
ac_add_options --disable-tests
bgstack15