Bug 45263 - git mesa configure error
Summary: git mesa configure error
Status: RESOLVED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Mesa core (show other bugs)
Version: git
Hardware: x86-64 (AMD64) Linux (All)
: medium normal
Assignee: mesa-dev
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-26 02:53 UTC by Jos van Wolput
Modified: 2012-01-26 03:08 UTC (History)
2 users (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Jos van Wolput 2012-01-26 02:53:41 UTC
The latest git mesa shows the following error:
---
./configure: line 21529:
syntax error near unexpected token `'$(top_srcdir)/src/egl/wayland/wayland-drm/protocol''
./configure: line 21529: `                WAYLAND_SCANNER_RULES('$(top_srcdir)/src/egl/wayland/wayland-drm/protocol')'
---
Comment 1 Jose Fonseca 2012-01-26 03:08:26 UTC
Just fixed w/

commit 412042523e80ddb19196851b6e729238b5cc0609
Author: Benjamin Franzke <benjaminfranzke@googlemail.com>
Date:   Thu Jan 26 10:50:04 2012 +0100

    configure: Use WAYLAND_SCANNER_RULES only if available
    
    This has the drawback that when creating configure for
    distribution, wayland needs to be available for the packager.
    
    Also the the macros has the wayland prefix hardcoded, so
    we cant copy it in mesa right now.


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.