diff --git a/editor/emacs/emacs/actions.py b/editor/emacs/emacs/actions.py index 77a3d5f2ae..c04b890f44 100644 --- a/editor/emacs/emacs/actions.py +++ b/editor/emacs/emacs/actions.py @@ -19,7 +19,8 @@ def removeCruft(): def setup(): #autotools.autoreconf("-fvi") autotools.configure("--with-x-toolkit=gtk \ - --with-xft") + --with-xft \ + --with-modules") def build(): autotools.make() diff --git a/editor/emacs/emacs/pspec.xml b/editor/emacs/emacs/pspec.xml index 5e772b63f1..8f5bf57d19 100644 --- a/editor/emacs/emacs/pspec.xml +++ b/editor/emacs/emacs/pspec.xml @@ -18,6 +18,7 @@ acl-devel gtk2-devel + gtk3-devel alsa-lib-devel fontconfig-devel giflib-devel @@ -98,7 +99,7 @@ - 2017-05-09 + 2017-05-10 25.2 Version Bump Mustafa Cinasal