Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 500352 | Differences between
and this patch

Collapse All | Expand All

(-)a/configure.ac (-1 / +7 lines)
Lines 1242-1248 Link Here
1242
1242
1243
        if test "x$with_osmesa" != "xno"
1243
        if test "x$with_osmesa" != "xno"
1244
        then
1244
        then
1245
            WINE_CHECK_SONAME(OSMesa,glAccum,,,[$X_LIBS -lm $X_EXTRA_LIBS])
1245
            WINE_CHECK_SONAME(OSMesa,OSMesaCreateContext,,,[$X_LIBS -lm $X_EXTRA_LIBS])
1246
            if test "x$ac_cv_lib_soname_OSMesa" = "x"; then
1247
                osmesa_save_CC=$CC
1248
                CC=$CXX
1249
                WINE_CHECK_SONAME(OSMesa,OSMesaCreateContext,,,[-lglapi -lpthread -ldl $X_LIBS -lm $X_EXTRA_LIBS])
1250
                CC=$osmesa_save_CC
1251
            fi
1246
            WINE_NOTICE_WITH(osmesa,[test "x$ac_cv_lib_soname_OSMesa" = "x"],
1252
            WINE_NOTICE_WITH(osmesa,[test "x$ac_cv_lib_soname_OSMesa" = "x"],
1247
                             [libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.])
1253
                             [libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.])
1248
        fi
1254
        fi

Return to bug 500352