- radeon: make library name correct
This commit is contained in:
parent
be6d15722d
commit
ee2bde80cd
@ -56,7 +56,7 @@ diff -up /dev/null libdrm-2.4.3/libdrm/radeon/Makefile.am
|
|||||||
+ $(PTHREADSTUBS_CFLAGS) \
|
+ $(PTHREADSTUBS_CFLAGS) \
|
||||||
+ -I$(top_srcdir)/shared-core
|
+ -I$(top_srcdir)/shared-core
|
||||||
+
|
+
|
||||||
+libdrm_radeon_la_LTLIBRARIES = libdrm-radeon.la
|
+libdrm_radeon_la_LTLIBRARIES = libdrm_radeon.la
|
||||||
+libdrm_radeon_ladir = $(libdir)
|
+libdrm_radeon_ladir = $(libdir)
|
||||||
+libdrm_radeon_la_LDFLAGS = -version-number 1:0:0 -no-undefined
|
+libdrm_radeon_la_LDFLAGS = -version-number 1:0:0 -no-undefined
|
||||||
+libdrm_radeon_la_LIBADD = ../libdrm.la @PTHREADSTUBS_LIBS@
|
+libdrm_radeon_la_LIBADD = ../libdrm.la @PTHREADSTUBS_LIBS@
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
Summary: Direct Rendering Manager runtime library
|
Summary: Direct Rendering Manager runtime library
|
||||||
Name: libdrm
|
Name: libdrm
|
||||||
Version: 2.4.3
|
Version: 2.4.3
|
||||||
Release: 0.2%{?dist}
|
Release: 0.3%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://dri.sourceforge.net
|
URL: http://dri.sourceforge.net
|
||||||
@ -101,6 +101,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/libdrm.pc
|
%{_libdir}/pkgconfig/libdrm.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 22 2008 Dave Airlie <airlied@redhat.com> 2.4.3-0.3
|
||||||
|
- radeon: make library name correct
|
||||||
|
|
||||||
* Mon Dec 22 2008 Dave Airlie <airlied@redhat.com> 2.4.3-0.2
|
* Mon Dec 22 2008 Dave Airlie <airlied@redhat.com> 2.4.3-0.2
|
||||||
- radeon: update with fixes for reloc size
|
- radeon: update with fixes for reloc size
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user