diff options
author | Anas Nashif <anas.nashif@intel.com> | 2013-03-23 17:53:35 -0700 |
---|---|---|
committer | Quanxian Wang <quanxian.wang@intel.com> | 2014-10-15 11:59:21 +0800 |
commit | 4119c0717879185497eaf87716b3900256a2d235 (patch) | |
tree | 84d6f862e7faa14ff15062ac5437c53aac97d95d | |
parent | 0995a970175f75384e5794839671e1f40715d89c (diff) | |
download | libdrm-4119c0717879185497eaf87716b3900256a2d235.tar.gz libdrm-4119c0717879185497eaf87716b3900256a2d235.tar.bz2 libdrm-4119c0717879185497eaf87716b3900256a2d235.zip |
slp support moved to libtbm
-rw-r--r-- | packaging/libdrm.spec | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/packaging/libdrm.spec b/packaging/libdrm.spec index 26208998..3b2d9187 100644 --- a/packaging/libdrm.spec +++ b/packaging/libdrm.spec @@ -23,9 +23,6 @@ Requires: libdrm %ifnarch %{arm} Requires: libdrm-intel %endif -%if 0%{?enable_slp} -Requires: libdrm-slp -%endif Requires: libkms %description devel @@ -33,15 +30,6 @@ Direct Rendering Manager headers and kernel modules. Development related files. -%if 0%{?enable_slp} -%package slp -Summary: Userspace interface to slp-specific kernel DRM services -Group: Graphics/Libraries - -%description slp -Userspace interface to slp-specific kernel DRM services. -%endif - %package -n libkms Summary: Userspace interface to kernel DRM buffer management Group: Graphics/Libraries @@ -81,12 +69,6 @@ make %{?_smp_mflags} %postun -p /sbin/ldconfig -%if 0%{?enable_slp} -%post slp -p /sbin/ldconfig - -%postun slp -p /sbin/ldconfig -%endif - %post -n libkms -p /sbin/ldconfig %postun -n libkms -p /sbin/ldconfig @@ -104,9 +86,6 @@ make %{?_smp_mflags} %manifest libdrm.manifest %{_includedir}/* %{_libdir}/libdrm.so -%if 0%{?enable_slp} -%{_libdir}/libdrm_slp.so -%endif %ifarch i586 i686 %ix86 x86_64 %{_libdir}/libdrm_intel.so %endif @@ -115,11 +94,6 @@ make %{?_smp_mflags} %{_libdir}/pkgconfig/* -%if 0%{?enable_slp} -%files slp -%manifest libdrm.manifest -%{_libdir}/libdrm_slp*.so.* -%endif %files -n libkms %manifest libdrm.manifest |