SHA256
1
0
forked from pool/libinput

Requires go with single equals sign

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libinput?expand=0&rev=238
This commit is contained in:
Jan Engelhardt 2020-10-14 17:46:12 +00:00 committed by Git OBS Bridge
parent ddfd5ce73f
commit 2e1fa82fb9

View File

@ -16,7 +16,7 @@
# #
%global flavor @BUILD_FLAVOR@%{nil} %global flavor @BUILD_FLAVOR@%nil
%if "%flavor" == "" %if "%flavor" == ""
Name: libinput Name: libinput
@ -115,7 +115,7 @@ configuration options and configuration defaults.
%package -n %pname-debug-gui %package -n %pname-debug-gui
Summary: Graphical libinput debug tool Summary: Graphical libinput debug tool
Group: Hardware/Other Group: Hardware/Other
Requires: libinput-tools == %{version}-%{release} Requires: libinput-tools = %version-%release
%description -n %pname-debug-gui %description -n %pname-debug-gui
This tool allows graphical libinput debugging. It visualizes This tool allows graphical libinput debugging. It visualizes
@ -140,7 +140,7 @@ to develop applications that require libinput.
%meson \ %meson \
--includedir="%_includedir/%pname" \ --includedir="%_includedir/%pname" \
--datadir="%_datadir/%pname-%version" \ --datadir="%_datadir/%pname-%version" \
-Dzshcompletiondir=%{?with_completion:"%_datadir/zsh/site-functions"}%{!?with_completion:"no"} \ -Dzshcompletiondir="%{?with_completion:%_datadir/zsh/site-functions}%{!?with_completion:no}" \
-Dudev-dir="%_prefix/lib/udev" \ -Dudev-dir="%_prefix/lib/udev" \
-Dtests=false \ -Dtests=false \
-Ddebug-gui=%{?with_debug_gui:true}%{!?with_debug_gui:false} \ -Ddebug-gui=%{?with_debug_gui:true}%{!?with_debug_gui:false} \