diff options
author | B. Stack <bgstack15@gmail.com> | 2024-01-26 22:21:35 -0500 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2024-01-26 22:21:35 -0500 |
commit | e52d223b21e4b948bfbd286aa4a075107560f92b (patch) | |
tree | f142b7442ebeee1f2017b7e8c4b82901a846dca9 /newmoon | |
parent | nm: add libpulse to dsc (diff) | |
download | stackrpms-e52d223b21e4b948bfbd286aa4a075107560f92b.tar.gz stackrpms-e52d223b21e4b948bfbd286aa4a075107560f92b.tar.bz2 stackrpms-e52d223b21e4b948bfbd286aa4a075107560f92b.zip |
remove --disable-eme
Diffstat (limited to 'newmoon')
-rw-r--r-- | newmoon/debian/mozconfig | 2 |
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 |