Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 721582 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-6 / +6 lines)
Line  Link Here
0
-- gst-plugins-base-1.16.2/m4/gst-gl.m4
0
++ gst-plugins-base-1.16.2/m4/gst-gl.m4
Lines 179-185 Link Here
179
        AG_GST_CHECK_LIBHEADER(GLES2, GLESv2, glTexImage2D,, GLES2/gl2.h)
179
        AG_GST_CHECK_LIBHEADER(GLES2, GLESv2, glTexImage2D,, GLES2/gl2.h)
180
      fi
180
      fi
181
      AC_CHECK_HEADER([GLES3/gl3.h], [HAVE_GLES3_H=yes])
181
      AC_CHECK_HEADER([GLES3/gl3.h], [HAVE_GLES3_H=yes])
182
      AS_IF([test "x$HAVE_GLES3_H" == "xyes"],
182
      AS_IF([test "x$HAVE_GLES3_H" = "xyes"],
183
            [
183
            [
184
             AC_CHECK_HEADER([GLES3/gl3ext.h], [HAVE_GLES3EXT3_H=yes], [HAVE_GLES3EXT3_H=no], [#include <GLES3/gl3.h>])
184
             AC_CHECK_HEADER([GLES3/gl3ext.h], [HAVE_GLES3EXT3_H=yes], [HAVE_GLES3EXT3_H=no], [#include <GLES3/gl3.h>])
185
            ])
185
            ])
Lines 290-297 Link Here
290
290
291
    PKG_CHECK_MODULES(WAYLAND_EGL, wayland-client >= 1.0 wayland-cursor >= 1.0 wayland-egl >= 9.0 wayland-protocols >= 1.15, HAVE_WAYLAND_EGL=yes, HAVE_WAYLAND_EGL=no)
291
    PKG_CHECK_MODULES(WAYLAND_EGL, wayland-client >= 1.0 wayland-cursor >= 1.0 wayland-egl >= 9.0 wayland-protocols >= 1.15, HAVE_WAYLAND_EGL=yes, HAVE_WAYLAND_EGL=no)
292
    AC_CHECK_PROGS(WAYLAND_SCANNER, wayland-scanner)
292
    AC_CHECK_PROGS(WAYLAND_SCANNER, wayland-scanner)
293
    if test x"$HAVE_WAYLAND_EGL" == xyes ; then
293
    if test x"$HAVE_WAYLAND_EGL" = xyes ; then
294
      if test x"$WAYLAND_SCANNER" == x ; then
294
      if test x"$WAYLAND_SCANNER" = x ; then
295
        AC_MSG_ERROR([Found Wayland libraries, but couldn't find wayland-scanner binary.])
295
        AC_MSG_ERROR([Found Wayland libraries, but couldn't find wayland-scanner binary.])
296
      fi
296
      fi
297
297
Lines 391-400 Link Here
391
if test "x$HAVE_GL" = "xyes" -a "x$HAVE_GLES2" = "xyes"; then
391
if test "x$HAVE_GL" = "xyes" -a "x$HAVE_GLES2" = "xyes"; then
392
  GLES3_H_DEFINE=0
392
  GLES3_H_DEFINE=0
393
  GLES3EXT3_H_DEFINE=0
393
  GLES3EXT3_H_DEFINE=0
394
  if test "x$HAVE_GLES3_H" == "xyes"; then
394
  if test "x$HAVE_GLES3_H" = "xyes"; then
395
    GLES3_H_DEFINE=1
395
    GLES3_H_DEFINE=1
396
  fi
396
  fi
397
  if test "x$HAVE_GLES3EXT3_H" == "xyes"; then
397
  if test "x$HAVE_GLES3EXT3_H" = "xyes"; then
398
    GLES3EXT3_H_DEFINE=1
398
    GLES3EXT3_H_DEFINE=1
399
  fi
399
  fi
400
  GL_INCLUDES="
400
  GL_INCLUDES="

Return to bug 721582