diff options
author | Ulrich Müller <ulm@gentoo.org> | 2024-09-27 09:02:26 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2024-09-27 09:15:44 +0200 |
commit | 20abbf2ecbe03997b8cd2aaf231fac8a883c5d9d (patch) | |
tree | 0d057f8cad3f41f8b9983db903a8be57844979cf /app-editors/emacs/metadata.xml | |
parent | dev-java/cdi-api: fix installation for USE=source #940305 (diff) | |
download | gentoo-20abbf2ecbe03997b8cd2aaf231fac8a883c5d9d.tar.gz gentoo-20abbf2ecbe03997b8cd2aaf231fac8a883c5d9d.tar.bz2 gentoo-20abbf2ecbe03997b8cd2aaf231fac8a883c5d9d.zip |
app-editors/emacs: Drop xwidgets flag
WebKitGTK upstream dropped support for off-screen rendering in
webkit2gtk version 2.41.92 and newer. This breaks xwidget support and
causes Emacs to crash. See https://debbugs.gnu.org/66068#47 for a more
detailed explanation.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-editors/emacs/metadata.xml')
-rw-r--r-- | app-editors/emacs/metadata.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app-editors/emacs/metadata.xml b/app-editors/emacs/metadata.xml index 95c39fd0d0a7..cd54973be312 100644 --- a/app-editors/emacs/metadata.xml +++ b/app-editors/emacs/metadata.xml @@ -54,8 +54,6 @@ <flag name="wide-int">Prefer wide Emacs integers (typically 62-bit). This option has an effect only on architectures where "long" and "long long" types have different size.</flag> - <flag name="xwidgets">Enable use of GTK widgets in Emacs buffers - (requires GTK3)</flag> </use> <upstream> <remote-id type="savannah">emacs</remote-id> |