1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-11-25 18:40:38 +02:00

emacs: force it to not use gpm and libasound

This commit is contained in:
David Kühling 2011-02-26 13:08:21 +01:00
parent e50bd7fc78
commit b091aa657a

View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=emacs PKG_NAME:=emacs
PKG_VERSION:=23.2 PKG_VERSION:=23.2
PKG_RELEASE:=3 PKG_RELEASE:=4
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=ftp://ftp.fu-berlin.de/pub/gnu/emacs/ \ PKG_SOURCE_URL:=ftp://ftp.fu-berlin.de/pub/gnu/emacs/ \
@GNU/emacs/ @GNU/emacs/
@ -94,7 +94,9 @@ EMACS_STRIPTEASE_ARGS = \
--without-xft \ --without-xft \
--without-libotf \ --without-libotf \
--without-dbus \ --without-dbus \
--without-gconf --without-gconf \
--without-gpm \
--without-sound
HOST_CONFIGURE_ARGS += $(EMACS_STRIPTEASE_ARGS) HOST_CONFIGURE_ARGS += $(EMACS_STRIPTEASE_ARGS)
CONFIGURE_ARGS += $(EMACS_STRIPTEASE_ARGS) CONFIGURE_ARGS += $(EMACS_STRIPTEASE_ARGS)