From d772cc515a24fe015db183e91e85d74dba4f1549 Mon Sep 17 00:00:00 2001 From: Quanxian Wang Date: Mon, 20 Oct 2014 13:23:49 +0800 Subject: [PATCH] Update to 2.4.58 Change-Id: I953e2dfa5f07fa512b73541171fc133d938b70be Signed-off-by: Quanxian Wang --- Makefile.am | 2 +- configure.ac | 1 - packaging/libdrm.spec | 4 +++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index efb9aa2..15692d6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -57,7 +57,7 @@ if HAVE_VIGS VIGS_SUBDIR = vigs endif -SUBDIRS = . $(LIBKMS_SUBDIR) $(INTEL_SUBDIR) $(NOUVEAU_SUBDIR) $(RADEON_SUBDIR) $(OMAP_SUBDIR) $(EXYNOS_SUBDIR) $(FREEDRENO_SUBDIR) $(VIGS_SUBDIR) tests include man +SUBDIRS = . $(LIBKMS_SUBDIR) $(INTEL_SUBDIR) $(NOUVEAU_SUBDIR) $(RADEON_SUBDIR) $(OMAP_SUBDIR) $(EXYNOS_SUBDIR) $(FREEDRENO_SUBDIR) $(VIGS_SUBDIR) tests man libdrm_la_LTLIBRARIES = libdrm.la libdrm_ladir = $(libdir) diff --git a/configure.ac b/configure.ac index c0fdd98..1a9608c 100644 --- a/configure.ac +++ b/configure.ac @@ -509,7 +509,6 @@ AC_CONFIG_FILES([ tests/exynos/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 f430a2f..416afb6 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 \ -- 2.7.4