diff --git a/srcpkgs/emacs/template b/srcpkgs/emacs/template index e46dd075a5c..e3dc2581bac 100644 --- a/srcpkgs/emacs/template +++ b/srcpkgs/emacs/template @@ -1,7 +1,7 @@ # Template file for 'emacs' pkgname=emacs version=25.1 -revision=5 +revision=6 nocross=yes nopie=yes hostmakedepends="pkg-config" @@ -15,7 +15,7 @@ makedepends="ncurses-devel libXaw-devel gtk+-devel gtk+3-devel webkitgtk-devel depends="emacs-common-${version}_${revision}" replaces="emacs>=0" build_style="gnu-configure" -configure_args="--with-file-notification=inotify +configure_args="--with-file-notification=inotify --with-modules $(vopt_with jpeg) $(vopt_with tiff) $(vopt_with gif) $(vopt_with png) $(vopt_with xpm) $(vopt_with svg rsvg) $(vopt_with imagemagick) $(vopt_with xml xml2) $(vopt_with gnutls) $(vopt_with sound)"