aboutsummaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux')
0 files changed, 0 insertions, 0 deletions
m?id=4c9287432824f396d5c614c3b2287f553cd9fb90'>gnu: Add and use sane-backends....* gnu/packages/scanner.scm (sane-backends): New variable. * gnu/packages/gnome.scm (colord, simple-scan): Use it instead of 'sane-backends-minimal'. * gnu/packages/libreoffice.scm (libreoffice): Likewise. * gnu/packages/wine.scm (wine): Likewise. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Andy Patterson 2016-12-17gnu: Add and use sane-backends-minimal....* gnu/packages/scanner.scm (sane-backends): Rename to... (sane-backends-minimal): this. Adjust name, source, synopsis and description accordingly. * gnu/packages/cups.scm (hplip): Use 'sane-backends-minimal' instead of 'sane-backends'. * gnu/packages/gnome.scm (colord, simple-scan): Likewise. * gnu/packages/libreoffice.scm (libreoffice): Likewise. * gnu/packages/wine.scm (wine): Likewise. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Andy Patterson 2016-12-17gnu: sane-backends: Disable backend generation....* gnu/packages/scanner.scm (sane-backends)[arguments]: Add a phase to disable the compilation of backends. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Andy Patterson 2016-10-09gnu: sane-backends: Update to 1.0.25....* gnu/packages/scanner.scm (sane-backends): Update to 1.0.25. Signed-off-by: Leo Famulari <leo@famulari.name> Al McElrath 2015-08-08gnu: sane-backends: Support USB scanners....* gnu/packages/scanner.scm (sane-backends): Build with libusb-compat as an input and install a udev rule to give users access to scanners. Modified-By: Mark H Weaver <mhw@netris.org> Andy Wingo