mirror of
https://abf.rosa.ru/djam/sane.git
synced 2025-02-23 17:23:00 +00:00
Fixed conditions
This commit is contained in:
parent
b18c7187f2
commit
6c9dba079a
1 changed files with 5 additions and 5 deletions
10
sane.spec
10
sane.spec
|
@ -4,10 +4,10 @@
|
||||||
%define libname %mklibname %{name} %{major}
|
%define libname %mklibname %{name} %{major}
|
||||||
%define devname %mklibname %{name} %{major} -d
|
%define devname %mklibname %{name} %{major} -d
|
||||||
|
|
||||||
%bcond_with gphoto2
|
%bcond_without gphoto2
|
||||||
%bcond_with primax
|
%bcond_without primax
|
||||||
%bcond_with v4l
|
%bcond_without v4l
|
||||||
%bcond_with epkowa
|
%bcond_without epkowa
|
||||||
|
|
||||||
# All sane backends have SONAME libsane.so.1. We do not want
|
# All sane backends have SONAME libsane.so.1. We do not want
|
||||||
# sane-backends-iscan to provide libsane.so.1, so filter these out.
|
# sane-backends-iscan to provide libsane.so.1, so filter these out.
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# do not search for all existing scanner models which makes their startup
|
# do not search for all existing scanner models which makes their startup
|
||||||
# slow (the user or "scannerdrake" has to insert the names of the really
|
# slow (the user or "scannerdrake" has to insert the names of the really
|
||||||
# installed scanners then)
|
# installed scanners then)
|
||||||
%bcond_without empty_dll_conf
|
%bcond_with empty_dll_conf
|
||||||
|
|
||||||
Summary: SANE - local and remote scanner access
|
Summary: SANE - local and remote scanner access
|
||||||
Name: sane
|
Name: sane
|
||||||
|
|
Loading…
Add table
Reference in a new issue