From: André Hentschel Date: Tue, 30 Dec 2014 19:40:30 +0000 (+0100) Subject: sane-backends: install to staging X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d8acf0600953f273c00ecba00535afdadcf477da;p=buildroot.git sane-backends: install to staging Other packages might depend on sane, thus it should install its development files. Signed-off-by: André Hentschel Signed-off-by: Thomas Petazzoni --- diff --git a/package/sane-backends/sane-backends.mk b/package/sane-backends/sane-backends.mk index ab40993653..f8c59e8cf3 100644 --- a/package/sane-backends/sane-backends.mk +++ b/package/sane-backends/sane-backends.mk @@ -9,6 +9,7 @@ SANE_BACKENDS_SITE = http://sources.buildroot.net SANE_BACKENDS_CONFIG_SCRIPTS = sane-config SANE_BACKENDS_LICENSE = GPLv2+ SANE_BACKENDS_LICENSE_FILES = COPYING +SANE_BACKENDS_INSTALL_STAGING = YES ifeq ($(BR2_PACKAGE_LIBUSB),y) SANE_BACKENDS_DEPENDENCIES += libusb