SHA256
1
0
forked from pool/libinput

Accepting request 760834 from home:StefanBruens:branches:openSUSE:Factory

- Remove doxygen and graphviz BuildRequires, documentation has
  been disabled for some time already.

OBS-URL: https://build.opensuse.org/request/show/760834
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libinput?expand=0&rev=210
This commit is contained in:
Jan Engelhardt 2020-01-04 21:43:23 +00:00 committed by Git OBS Bridge
parent 753223856b
commit e7e7a7fd71
2 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Jan 4 17:56:40 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Remove doxygen and graphviz BuildRequires, documentation has
been disabled for some time already.
-------------------------------------------------------------------
Fri Jan 3 11:40:43 UTC 2020 - Jan Engelhardt <jengelh@inai.de>

View File

@ -16,6 +16,8 @@
#
%bcond_with documentation
Name: libinput
%define lname libinput10
Version: 1.15.0
@ -33,10 +35,12 @@ Source4: %name.keyring
Source5: libinput-rpmlintrc
Patch1: kill-env.diff
BuildRequires: doxygen
BuildRequires: fdupes
BuildRequires: gcc-c++
%if %{with documentation}
BuildRequires: doxygen
BuildRequires: graphviz >= 2.26
%endif
BuildRequires: grep
BuildRequires: meson >= 0.41.0
BuildRequires: pkg-config
@ -105,7 +109,7 @@ to develop applications that require libinput.
--datadir="%_datadir/%name-%version" \
-Dudev-dir="%_prefix/lib/udev" \
-Dtests=false \
-Ddocumentation=false \
-Ddocumentation=%{?with_documentation:true}%{!?with_documentation:false} \
%nil
%meson_build