mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-28 02:54:51 +00:00
Don't build libGLw and install it.
This commit is contained in:
parent
18012c8d41
commit
68ba098688
2 changed files with 9 additions and 11 deletions
|
@ -103,18 +103,13 @@
|
|||
|
||||
--- Mesa-6.5.1/configs/default.build-config 2006-07-20 12:08:04.000000000 -0400
|
||||
+++ Mesa-6.5.1/configs/default 2006-08-25 15:53:24.000000000 -0400
|
||||
@@ -55,11 +55,11 @@ ASM_SOURCES =
|
||||
|
||||
# GLw widget sources (Append "GLwMDrawA.c" here and add -lXm to GLW_LIB_DEPS in
|
||||
# order to build the Motif widget too)
|
||||
-GLW_SOURCES = GLwDrawA.c
|
||||
+GLW_SOURCES = GLwDrawA.c GLwMDrawA.c
|
||||
|
||||
@@ -60,6 +60,6 @@
|
||||
|
||||
# Directories to build
|
||||
-LIB_DIR = lib
|
||||
-SRC_DIRS = mesa glu glut/glx glw
|
||||
+LIB_DIR ?= lib
|
||||
SRC_DIRS = mesa glu glut/glx glw
|
||||
+SRC_DIRS = mesa glu glut/glx
|
||||
GLU_DIRS = sgi
|
||||
DRIVER_DIRS = x11 osmesa
|
||||
@@ -73,14 +73,14 @@ GL_LIB_DEPS = $(EXTRA_LIB_PATH) -lX11 -l
|
||||
|
|
|
@ -277,11 +277,13 @@ rm -rf $RPM_BUILD_ROOT
|
|||
# The mesa build system is broken beyond repair. The lines below just
|
||||
# handpick and manually install the parts we want.
|
||||
|
||||
make -C src/glu install INSTALL_DIR=$RPM_BUILD_ROOT%{_prefix} LIB_DIR=%{_lib}
|
||||
install -d $RPM_BUILD_ROOT%{_includedir}/GL
|
||||
install -d $RPM_BUILD_ROOT%{_bindir}
|
||||
install -m 644 include/GL/*.h $RPM_BUILD_ROOT%{_includedir}/GL
|
||||
|
||||
install -d $RPM_BUILD_ROOT%{_libdir}
|
||||
cp -d -f %{_lib}/lib* $RPM_BUILD_ROOT%{_libdir}
|
||||
|
||||
install -d $RPM_BUILD_ROOT%{_bindir}
|
||||
install -m 0755 progs/xdemos/glxgears $RPM_BUILD_ROOT%{_bindir}
|
||||
install -m 0755 progs/xdemos/glxinfo $RPM_BUILD_ROOT%{_bindir}
|
||||
|
||||
|
@ -389,7 +391,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%changelog
|
||||
* Tue Sep 19 2006 Kristian Høgsberg <krh@redhat.com> 6.5.1-1
|
||||
- Bump to 6.5.1 final release.
|
||||
- Drop libGLw subpackage, it is now in Fedora Extras (#188974).
|
||||
- Drop libGLw subpackage, it is now in Fedora Extras (#188974) and
|
||||
tweak mesa-6.5.1-build-config.patch to not build libGLw.
|
||||
- Drop mesa-6.5.1-r300-smooth-line.patch, the smooth line fallback can
|
||||
now be prevented by enabling disable_lowimpact_fallback in
|
||||
/etc/drirc.
|
||||
|
|
Loading…
Reference in a new issue