From b0e11b1db2dc4613a84f07f9b0774982a67ab4492aa46c3c59ae9b8c599f222e Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 15 Oct 2024 06:27:09 +0000 Subject: [PATCH] - Enable plugin_amdgpu: the plugin built succesfully OBS-URL: https://build.opensuse.org/package/show/Base:System/fwupd?expand=0&rev=195 --- fwupd.changes | 5 +++++ fwupd.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/fwupd.changes b/fwupd.changes index 59149a5..2a48e0e 100644 --- a/fwupd.changes +++ b/fwupd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 14 18:40:47 UTC 2024 - Matwey Kornilov + +- Enable plugin_amdgpu: the plugin built succesfully + ------------------------------------------------------------------- Wed Sep 25 08:47:28 UTC 2024 - Dominique Leuenberger diff --git a/fwupd.spec b/fwupd.spec index 91f85d1..502fb1d 100644 --- a/fwupd.spec +++ b/fwupd.spec @@ -106,6 +106,7 @@ BuildRequires: pkgconfig(json-glib-1.0) >= 1.1.1 BuildRequires: pkgconfig(libarchive) BuildRequires: pkgconfig(libcbor) BuildRequires: pkgconfig(libcurl) >= 7.62.0 +BuildRequires: pkgconfig(libdrm_amdgpu) BuildRequires: pkgconfig(libelf) BuildRequires: pkgconfig(libgcab-1.0) >= 1.0 BuildRequires: pkgconfig(libprotobuf-c) @@ -227,7 +228,7 @@ export CFLAGS="%{optflags} -D_GNU_SOURCE" # Synaptics requires Dell support, i.e. x86 only %meson \ -Dlaunchd=disabled \ - -Dplugin_amdgpu=disabled \ + -Dplugin_amdgpu=enabled \ -Dpassim=disabled \ %if %{with efi_fw_update} -Dplugin_uefi_capsule=enabled \