Bug 30554

Summary: Still using GL stuff, doesn't build
Product: xorg Reporter: Cyril Brulebois <kibi>
Component: Driver/intelAssignee: Carl Worth <cworth>
Status: RESOLVED FIXED QA Contact: Xorg Project Team <xorg-team>
Severity: normal    
Priority: medium    
Version: git   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Cyril Brulebois 2010-10-02 00:10:59 UTC
938ef4eaec claims GL stuff is all gone, but that's not true:
  CC     i810_accel.lo
In file included from ../../../../src/legacy/i810/i810_accel.c:41:
../../../../src/legacy/i810/i810.h:60:23: error: GL/glxint.h: No such file or directory
In file included from ../../../../src/legacy/i810/i810_accel.c:41:
../../../../src/legacy/i810/i810.h:233: error: expected specifier-qualifier-list before '__GLXvisualConfig'
make[5]: *** [i810_accel.lo] Error 1

You probably want to revert that part at least (configure.ac):
-        PKG_CHECK_MODULES(DRI, [xf86driproto glproto])
+        PKG_CHECK_MODULES(DRI, [xf86driproto])

so that the build fails earlier:
configure: error: Package requirements (xf86driproto glproto) were not met:
No package 'glproto' found

until GL stuff is gone for real.
Comment 1 Chris Wilson 2010-10-02 02:08:37 UTC
commit 97fea2fd0c36d78f4e940b124a7886c4a3f3dfc7
Author: Chris Wilson <chris@chris-wilson.co.uk>
Date:   Sat Oct 2 10:05:59 2010 +0100

    legacy/i810: Remove pVisualConfigs
    
    Completely unused pulling in an undesired glxproto dependency.
    
    Reported-by: Cyril Brulebois <kibi@debian.org>
    Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=30554
    Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.