diff --git a/libdrm.spec b/libdrm.spec index d3ab9e7..a3277af 100644 --- a/libdrm.spec +++ b/libdrm.spec @@ -1,6 +1,6 @@ Name: libdrm Epoch: 1 -Version: 2.4.116 +Version: 2.4.117 Release: 1mamba Summary: A library interface to Linux DRM (Direct Rendering Manager) Group: System/Libraries @@ -46,6 +46,9 @@ This package contains static libraries and header files needed for development. %build %meson \ -Dudev=true \ +%ifnarch arm aarch64 + -Dintel=enabled \ +%endif -Domap=enabled \ -Dexynos=enabled @@ -127,6 +130,9 @@ This package contains static libraries and header files needed for development. #%doc README %changelog +* Sat Oct 21 2023 Automatic Build System 2.4.117-1mamba +- automatic version update by autodist + * Wed Aug 23 2023 Automatic Build System 2.4.116-1mamba - automatic version update by autodist