summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2012-11-21 06:25:24 -0800
committerJoonyoung Shim <jy0922.shim@samsung.com>2017-02-15 13:37:32 +0900
commit347194f2daf0478c1b5ad7b1e5a05704299f906b (patch)
tree4891bdc76c60a1809e85e7d606db904c088dd68f
parent1c5dc93dc2ada6e957e80f6592ad62049a588d39 (diff)
downloadlibdrm-347194f2daf0478c1b5ad7b1e5a05704299f906b.tar.gz
libdrm-347194f2daf0478c1b5ad7b1e5a05704299f906b.tar.bz2
libdrm-347194f2daf0478c1b5ad7b1e5a05704299f906b.zip
do not install libdrm_intel on ARM
-rw-r--r--packaging/libdrm.spec2
1 files changed, 2 insertions, 0 deletions
diff --git a/packaging/libdrm.spec b/packaging/libdrm.spec
index 15096840..90572fd7 100644
--- a/packaging/libdrm.spec
+++ b/packaging/libdrm.spec
@@ -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