Bug 30345

Summary: [d3d1x] EGL/egl.h - missing header
Product: Mesa Reporter: Nikolay Rysev <mad.f3ka>
Component: Mesa coreAssignee: mesa-dev
Status: RESOLVED FIXED QA Contact:
Severity: critical    
Priority: high CC: mad.f3ka
Version: git   
Hardware: All   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:

Description Nikolay Rysev 2010-09-23 07:43:24 UTC
file src/gallium/state_trackers/egl/common/native.h contains:

line 29: #include "EGL/egl.h"  /* for EGL native types */

there are no such dir+header in include dir.

configure options:

./autogen.sh \
--prefix=/usr \
--with-dri-driverdir=/usr/lib/xorg/modules/dri \
--with-dri-drivers=r600 \
--enable-glx-tls \
--with-driver=dri \
--enable-xcb \
--enable-egl \
--disable-glut \
--enable-gallium-r600 \
--enable-gallium-swrast \
--with-state-trackers=dri,egl,d3d1x \
--with-egl-platforms=x11

build log:

In file included from src/dxgi_native.cpp:29:0:
../../../state_trackers/egl/common/native.h:29:49: fatal error: EGL/egl.h: No such file or directory

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.