diff options
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | packaging/libdrm.spec | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 1563a9ee..2aa4ff9b 100644 --- a/configure.ac +++ b/configure.ac @@ -560,7 +560,6 @@ AC_CONFIG_FILES([ tests/util/Makefile tests/ipptest/Makefile tests/rottest/Makefile - include/Makefile include/drm/Makefile man/Makefile libdrm.pc]) diff --git a/packaging/libdrm.spec b/packaging/libdrm.spec index f430a2fb..416afb67 100644 --- a/packaging/libdrm.spec +++ b/packaging/libdrm.spec @@ -1,5 +1,5 @@ Name: libdrm -Version: 2.4.52 +Version: 2.4.58 Release: 4 License: MIT Url: http://cgit.freedesktop.org/mesa/drm @@ -66,7 +66,9 @@ cp %{SOURCE1001} . --enable-static=yes \ --enable-udev \ --enable-libkms \ +%ifarch i586 i686 %ix86 --disable-nouveau-experimental-api \ +%endif --disable-radeon \ --disable-nouveau \ --enable-exynos-experimental-api \ |