]> git.pld-linux.org Git - packages/nvidia-settings.git/commitdiff
- fix building w/o utils on rpm.org
authorMarcin Krol <hawk@tld-linux.org>
Thu, 20 Jul 2023 17:11:24 +0000 (19:11 +0200)
committerMarcin Krol <hawk@tld-linux.org>
Thu, 20 Jul 2023 17:11:24 +0000 (19:11 +0200)
nvidia-settings.spec

index 34fd377e0384126469d9b2ef7e1af28b5a570ab1..efad69d66e959211067ad9ff892980d53e0f4d06 100644 (file)
@@ -40,6 +40,10 @@ BuildRoot:   %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 # requires symbols from main binary
 %define                skip_post_check_so      libnvidia-gtk[23].so.*
 
+%if !%{with utils}
+%define                _enable_debug_packages  0
+%endif
+
 %description
 The nvidia-settings utility is a tool for configuring the NVIDIA Linux
 graphics driver. It operates by communicating with the NVIDIA X
This page took 0.067266 seconds and 4 git commands to generate.