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 \