media-gfx/gimp: kill for now, too complicated
[sgilles-overlay.git] / x11-drivers / xf86-video-virtualbox / files / xf86-video-virtualbox-3.2.8-mesa-check.patch
blob6813a1744695c0bdbd992166bf1d90a10953b676
1 --- configure
2 +++ configure
3 @@ -1225,10 +1225,7 @@
4 XCloseDisplay(dpy);
6 EOF
7 - [ -n "$INCX11" ] && I_INCX11=`prefix_I "$INCX11"`
8 - if test_compile "$LIBX11 $I_INCX11" Xlibs Xlibs; then
9 - log_success "found"
10 - fi
11 + test_compile "$LIBX11 $I_INCX11" Xlibs Xlibs
15 @@ -1382,21 +1379,6 @@
16 #include <GL/glu.h>
17 extern "C" int main(void)
19 - Display *dpy;
20 - int major, minor;
22 - dpy = XOpenDisplay(NULL);
23 - if (dpy)
24 - {
25 - Bool glx_version = glXQueryVersion(dpy, &major, &minor);
26 - XCloseDisplay(dpy);
27 - if (glx_version)
28 - {
29 - printf("found version %u.%u, OK.\n", major, minor);
30 - return 0;
31 - }
32 - }
33 - printf("found (inactive), OK.\n");
34 return 0;
36 EOF