diff options
author | Quanxian Wang <quanxian.wang@intel.com> | 2014-10-20 13:23:49 +0800 |
---|---|---|
committer | Quanxian Wang <quanxian.wang@intel.com> | 2014-10-20 13:24:52 +0800 |
commit | d772cc515a24fe015db183e91e85d74dba4f1549 (patch) | |
tree | 9f37810f5a40220b5026d3c75603f0fa834e251e | |
parent | 9beea71f40b12df605e82ecb965bbd7baaaa2f16 (diff) | |
download | libdrm-d772cc515a24fe015db183e91e85d74dba4f1549.tar.gz libdrm-d772cc515a24fe015db183e91e85d74dba4f1549.tar.bz2 libdrm-d772cc515a24fe015db183e91e85d74dba4f1549.zip |
Update to 2.4.58tizen_3.0_ivi_releasesubmit/tizen_mobile/20141120.000000submit/tizen/20141020.075607submit/tizen/20141020.053709accepted/tizen/ivi/20141023.073721accepted/tizen/common/20141020.0812152.4.58tizen_3.0_ivi
Change-Id: I953e2dfa5f07fa512b73541171fc133d938b70be
Signed-off-by: Quanxian Wang <quanxian.wang@intel.com>
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | packaging/libdrm.spec | 4 |
3 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index efb9aa24..15692d64 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 c0fdd98c..1a9608cb 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 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 \ |