[PATCH] No LaTeX documentation for sane-backend package

If no LaTeX tools are present, building sane-backend package fails.
This patch removes the building of the LaTeX documentation (it does not
seem sensible/required for routers)

Signed-off-by: Maarten Bezemer <m.m.bezemer@utwente.nl>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@27239 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2011-06-19 23:00:24 +00:00
parent 02c8bfd50f
commit a0d8e41e9b

View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=sane-backends
PKG_VERSION:=1.0.20
PKG_RELEASE:=2
PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=ftp://ftp.sane-project.org/pub/sane/$(PKG_NAME)-$(PKG_VERSION)/
@ -76,6 +76,7 @@ CONFIGURE_ARGS+= \
--enable-shared \
--enable-static \
--disable-translations \
--disable-latex \
--without-gphoto2 \
--disable-debug \