| Submitter | Andreas Müller |
|---|---|
| Date | Feb. 24, 2012, 11:53 a.m. |
| Message ID | <1330084384-1267-2-git-send-email-schnitzeltony@googlemail.com> |
| Download | mbox | patch |
| Permalink | /patch/21915/ |
| State | Superseded |
| Headers | show |
Comments
Patch
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"
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@googlemail.com> --- recipes-mozilla/firefox/firefox_10.0.2.bb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)