do not install libdrm_intel on ARM
authorAnas Nashif <anas.nashif@intel.com>
Wed, 21 Nov 2012 14:25:24 +0000 (06:25 -0800)
committerQuanxian Wang <quanxian.wang@intel.com>
Wed, 15 Oct 2014 03:59:21 +0000 (11:59 +0800)
packaging/libdrm.spec

index 1509684..90572fd 100644 (file)
@@ -19,7 +19,9 @@ Summary:        Userspace interface to kernel DRM services
 Group:          Development/Libraries
 Requires:       kernel-headers
 Requires:       libdrm
+%ifnarch %{arm}
 Requires:       libdrm-intel
+%endif
 %if 0%{?enable_slp}
 Requires:       libdrm-slp
 %endif