Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C cogl
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 12
    • Issues 12
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 9
    • Merge requests 9
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Archive
  • cogl
  • Merge requests
  • !28

configure.ac: don't require eglmesaext.h

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open MaxKrummenacher requested to merge MaxKrummenacher/cogl:cogl-1.22 into cogl-1.22 Jun 27, 2020
  • Overview 2
  • Commits 1
  • Pipelines 2
  • Changes 1

On a build for a i.MX 6 compile fails with:

| .../cogl-egl-defines.h:38:10: fatal error: EGL/eglmesaext.h: No such file or directory
| 38 | #include <EGL/eglmesaext.h>

A egl.pc is provided, so in configure the tests for the existence of EGL/eglmesaext.h are not run and the error is reported during compile.

If one does not include EGL/eglmesaext.h in COGL_EGL_INCLUDES then the build succeeds.

Change to include EGL/eglmesaext.h only if it actually does exist.

Edited Jun 28, 2020 by MaxKrummenacher
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: cogl-1.22