]> git.pld-linux.org Git - packages/Mesa.git/commitdiff
- build fixed (glxinfo vs -lGLU). auto/th/Mesa-6_4_1-2_0
authorPaweł Sikora <pluto@pld-linux.org>
Fri, 3 Feb 2006 11:15:25 +0000 (11:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Mesa.spec -> 1.98

Mesa.spec

index bbb8d86018c2433dbeb7ea82d5730ebcc481ef55..aa7dc15b01faf0025028bd48bd2b0f2206b0cf48 100644 (file)
--- a/Mesa.spec
+++ b/Mesa.spec
@@ -10,7 +10,7 @@ Summary:      Free OpenGL implementation
 Summary(pl):   Wolnodostêpna implementacja standardu OpenGL
 Name:          Mesa
 Version:       6.4.1
-Release:       2
+Release:       2.0
 License:       MIT (core), SGI (GLU,libGLw) and others - see COPYRIGHT file
 Group:         X11/Libraries
 Source0:       http://dl.sourceforge.net/mesa3d/%{name}Lib-%{version}.tar.bz2
@@ -306,7 +306,7 @@ mv -f lib lib-static
        OPT_FLAGS="%{rpmcflags}" \
        XLIB_DIR=%{_libdir} \
        PROGS="glxinfo" \
-       APP_LIB_DEPS="-L\$(LIB_DIR) -lGLU -lGL"
+       APP_LIB_DEPS="-L\$(LIB_DIR) -lGL -L../../lib-dri -lGLU"
 
 mv -f lib lib-dri
 %{__make} clean \
This page took 3.052354 seconds and 4 git commands to generate.