emacs: enable modules.
This commit is contained in:
parent
10d46c6709
commit
9c6154dfd7
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'emacs'
|
# Template file for 'emacs'
|
||||||
pkgname=emacs
|
pkgname=emacs
|
||||||
version=25.1
|
version=25.1
|
||||||
revision=5
|
revision=6
|
||||||
nocross=yes
|
nocross=yes
|
||||||
nopie=yes
|
nopie=yes
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -15,7 +15,7 @@ makedepends="ncurses-devel libXaw-devel gtk+-devel gtk+3-devel webkitgtk-devel
|
||||||
depends="emacs-common-${version}_${revision}"
|
depends="emacs-common-${version}_${revision}"
|
||||||
replaces="emacs>=0"
|
replaces="emacs>=0"
|
||||||
build_style="gnu-configure"
|
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 jpeg) $(vopt_with tiff) $(vopt_with gif) $(vopt_with png)
|
||||||
$(vopt_with xpm) $(vopt_with svg rsvg) $(vopt_with imagemagick)
|
$(vopt_with xpm) $(vopt_with svg rsvg) $(vopt_with imagemagick)
|
||||||
$(vopt_with xml xml2) $(vopt_with gnutls) $(vopt_with sound)"
|
$(vopt_with xml xml2) $(vopt_with gnutls) $(vopt_with sound)"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue