From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 23EDDE00BEF; Mon, 19 May 2014 04:35:42 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: * X-Spam-Status: No, score=1.3 required=5.0 tests=HTML_MESSAGE,RDNS_NONE autolearn=no version=3.3.1 X-Spam-HAM-Report: * 0.0 HTML_MESSAGE BODY: HTML included in message * 1.3 RDNS_NONE Delivered to internal network by a host with no rDNS Received: from mail.cybertec.at (unknown [87.118.86.135]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id E295FE00BE6 for ; Mon, 19 May 2014 04:35:37 -0700 (PDT) Received: from localhost.localdomain (unknown [87.242.22.241]) by mail.cybertec.at (Postfix) with ESMTPSA id E4B5D390055C for ; Mon, 19 May 2014 11:35:35 +0000 (UTC) Message-ID: <5379EC88.8010803@pr.hu> Date: Mon, 19 May 2014 13:35:36 +0200 From: Boszormenyi Zoltan User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: "meta-freescale@yoctoproject.org" Subject: efl doesn't build X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 May 2014 11:35:42 -0000 Content-Type: multipart/alternative; boundary="------------060000080904040903070001" --------------060000080904040903070001 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 8bit Hi, I wanted to build e-wm which pulls in efl, which in turn fails in do_configure with: | checking for GLES2/gl2.h... no | configure: error: OpenGL XLib dependencies not found | Configure failed. The contents of all config.log files follows to aid debugging | ERROR: oe_runconf failed My build host is Fedora 20/x86_64 and while tmp/sysroots/imx6qsabresd/usr/include/ has a GLES2 directory with the header the configure script was looking for, tmp/sysroots/x86_64-linux/usr/include hasn't. Also, there isn't virtual/libgles2{-native,-cross} to have at least the headers in place. Strangely, eglinfo-x11 builds just fine. How can I build e-wm and its dependencies? I am using "master" Thanks in advance, Zoltán Böszörményi --------------060000080904040903070001 Content-Type: text/html; charset=ISO-8859-2 Content-Transfer-Encoding: 8bit Hi,

I wanted to build e-wm which pulls in efl, which in turn fails in do_configure with:

| checking for GLES2/gl2.h... no
| configure: error: OpenGL XLib dependencies not found
| Configure failed. The contents of all config.log files follows to aid debugging
| ERROR: oe_runconf failed

My build host is Fedora 20/x86_64 and while tmp/sysroots/imx6qsabresd/usr/include/
has a GLES2 directory with the header the configure script was looking for,
tmp/sysroots/x86_64-linux/usr/include hasn't.

Also, there isn't virtual/libgles2{-native,-cross} to have at least the headers in place.
Strangely, eglinfo-x11 builds just fine.

How can I build e-wm and its dependencies? I am using "master"

Thanks in advance,
Zoltán Böszörményi

--------------060000080904040903070001--