summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuanxian Wang <quanxian.wang@intel.com>2014-10-20 13:23:49 +0800
committerJoonyoung Shim <jy0922.shim@samsung.com>2017-02-15 13:37:33 +0900
commitf87aeeadcbf1d8e1894997d0024bda53d28b892c (patch)
treef7decc972b565518710b30830bc46537ea939b95
parentaed3ec5d1f01bbba616a43a3dc41db6fc1a2e4fa (diff)
downloadlibdrm-f87aeeadcbf1d8e1894997d0024bda53d28b892c.tar.gz
libdrm-f87aeeadcbf1d8e1894997d0024bda53d28b892c.tar.bz2
libdrm-f87aeeadcbf1d8e1894997d0024bda53d28b892c.zip
Update to 2.4.58
Change-Id: I953e2dfa5f07fa512b73541171fc133d938b70be Signed-off-by: Quanxian Wang <quanxian.wang@intel.com>
-rw-r--r--configure.ac1
-rw-r--r--packaging/libdrm.spec4
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 \