Bug 9912 - xserver cannot compile with Mesa-6.5.2
Summary: xserver cannot compile with Mesa-6.5.2
Status: RESOLVED INVALID
Alias: None
Product: xorg
Classification: Unclassified
Component: Server/General (show other bugs)
Version: git
Hardware: x86 (IA32) Linux (All)
: medium normal
Assignee: Xorg Project Team
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-08 03:23 UTC by Andrej Kartashov
Modified: 2007-02-08 09:24 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Andrej Kartashov 2007-02-08 03:23:36 UTC
xserver cannot compile with Mesa-6.5.2 sources

from xserver/GL/symlink-mesa.sh
----------
symlink_mesa_vbo() {
    src_dir src/mesa/vbo
    dst_dir mesa/vbo

    for src in $REAL_SRC_DIR/*.c $REAL_SRC_DIR/*.h; do
        action `basename $src`
    done
}
----------

There is no such directory in Mesa sources - vbo, xserver/configure script fails when running symlink-mesa.sh .
Comment 1 George - 2007-02-08 09:24:58 UTC
xserver HEAD tracks mesa HEAD, mesa-6.5.2 is used with server-1.2-branch.


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.