rxvt-unicode: clean up configure flags
The utmp etc flags are gone. Using perl will enable frills anyway, so remove that to avoid confusion.
This commit is contained in:
parent
96ac53e9c1
commit
af0b6fd04e
|
@ -1,13 +1,12 @@
|
||||||
# Template file for 'rxvt-unicode'
|
# Template file for 'rxvt-unicode'
|
||||||
pkgname=rxvt-unicode
|
pkgname=rxvt-unicode
|
||||||
version=9.30
|
version=9.30
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="
|
configure_args="
|
||||||
--with-terminfo=/usr/share/terminfo --enable-256-color
|
--with-terminfo=/usr/share/terminfo --enable-256-color
|
||||||
--enable-font-styles --enable-xim --enable-keepscrolling
|
--enable-font-styles --enable-xim --enable-keepscrolling
|
||||||
--enable-selectionscrolling --enable-smart-resize --enable-transparency
|
--enable-selectionscrolling --enable-smart-resize --enable-transparency
|
||||||
--disable-utmp --disable-wtmp --disable-lastlog --disable-frills
|
|
||||||
--enable-combining --with-term=rxvt-unicode-256color
|
--enable-combining --with-term=rxvt-unicode-256color
|
||||||
$(vopt_if gdk_pixbuf '--enable-pixbuf' '--disable-pixbuf')
|
$(vopt_if gdk_pixbuf '--enable-pixbuf' '--disable-pixbuf')
|
||||||
$(vopt_if perl '--enable-perl' '--disable-perl')
|
$(vopt_if perl '--enable-perl' '--disable-perl')
|
||||||
|
|
Loading…
Reference in New Issue