From 492fc761dc543526a20e64b0c6b00b9044b4f1fb Mon Sep 17 00:00:00 2001 From: Rmys Date: Wed, 10 May 2017 12:46:03 +0300 Subject: [PATCH] emacs:Version Bump --- editor/emacs/emacs/actions.py | 3 ++- editor/emacs/emacs/pspec.xml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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