Accepting request 1037626 from X11:XOrg
OBS-URL: https://build.opensuse.org/request/show/1037626 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdrm?expand=0&rev=164
This commit is contained in:
commit
5484674c3d
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 23 14:20:46 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Apply n_libdrm-drop-valgrind-dep-generic.patch and
|
||||
n_libdrm-drop-valgrind-dep-intel.patch only when the build uses
|
||||
meson < 0.64. With meson 0.64, we don't get the dependency on
|
||||
valgraind added.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 22 11:03:49 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
|
@ -258,6 +258,7 @@ export CFLAGS="%{optflags} -fno-strict-aliasing"
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
%if %{pkg_vcmp meson < 0.64}
|
||||
%if %{with valgrind_support}
|
||||
# patch the generated pkgconfig files to not have a dependency on valgrind
|
||||
# intentionally using a patch file to catch if we need to adjust
|
||||
@ -271,6 +272,7 @@ patch -p1 --no-backup-if-mismatch < %{SOURCE4}
|
||||
%endif
|
||||
popd
|
||||
%endif
|
||||
%endif
|
||||
%fdupes %{buildroot}/%{_prefix}
|
||||
|
||||
%post -n libdrm2 -p /sbin/ldconfig
|
||||
|
Loading…
x
Reference in New Issue
Block a user