[oe] [meta-mozilla,v2 3/3] firefox: add virtual/libgl to DEPENDS

Andreas Müller schnitzeltony at googlemail.com
Fri Feb 24 23:38:16 UTC 2012


Build from scratch error message was:

| configure: error: Can't find header GL/glx.h for WebGL (install mesa-common-dev (Ubuntu), mesa-libGL-devel (Fedora), or Mesa-devel (openSUSE))
| *** Fix above errors and then restart with               "make -f client.mk build"
| make[2]: *** [configure] Error 1

Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
---
 recipes-mozilla/firefox/firefox_10.0.2.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes-mozilla/firefox/firefox_10.0.2.bb b/recipes-mozilla/firefox/firefox_10.0.2.bb
index fe66f45..5e5de05 100644
--- a/recipes-mozilla/firefox/firefox_10.0.2.bb
+++ b/recipes-mozilla/firefox/firefox_10.0.2.bb
@@ -1,5 +1,5 @@
 DESCRIPTION ?= "Browser made by mozilla"
-DEPENDS += "alsa-lib curl startup-notification libevent cairo libnotify libvpx"
+DEPENDS += "alsa-lib curl startup-notification libevent cairo libnotify libvpx virtual/libgl"
 
 LICENSE = "MPLv1 | GPLv2+ | LGPLv2.1+"
 LIC_FILES_CHKSUM = "file://toolkit/content/license.html;endline=39;md5=9cb02f27e77e702043b827c9418bfbf8"
-- 
1.7.4.4





More information about the Openembedded-devel mailing list