diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2017-02-26 12:28:57 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2017-02-26 12:28:57 +0000 |
commit | 2ac4cd59e20ae716a954b0cdf028daabd33dd8fd (patch) | |
tree | d1d278b4e18788ce31f8285a76fe357b896fc8e7 /lib/mesa/src/egl | |
parent | 9b2e362559110085d2ff9b90fea11fa81e704a78 (diff) |
Merge Mesa 13.0.5
Diffstat (limited to 'lib/mesa/src/egl')
-rw-r--r-- | lib/mesa/src/egl/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mesa/src/egl/Makefile.in b/lib/mesa/src/egl/Makefile.in index 623276264..cd747103b 100644 --- a/lib/mesa/src/egl/Makefile.in +++ b/lib/mesa/src/egl/Makefile.in @@ -107,8 +107,8 @@ DIST_COMMON = $(egl_HEADERS) $(khr_HEADERS) $(srcdir)/Makefile.am \ @HAVE_EGL_DRIVER_DRI2_TRUE@ -I$(top_srcdir)/src/egl/drivers/dri2 \ @HAVE_EGL_DRIVER_DRI2_TRUE@ -I$(top_srcdir)/src/gbm/backends/dri \ @HAVE_EGL_DRIVER_DRI2_TRUE@ -I$(top_srcdir)/src/egl/wayland/wayland-egl \ -@HAVE_EGL_DRIVER_DRI2_TRUE@ -I$(top_srcdir)/src/egl/wayland/wayland-drm \ @HAVE_EGL_DRIVER_DRI2_TRUE@ -I$(top_builddir)/src/egl/wayland/wayland-drm \ +@HAVE_EGL_DRIVER_DRI2_TRUE@ -I$(top_srcdir)/src/egl/wayland/wayland-drm \ @HAVE_EGL_DRIVER_DRI2_TRUE@ -DDEFAULT_DRIVER_DIR=\"$(DRI_DRIVER_SEARCH_DIR)\" \ @HAVE_EGL_DRIVER_DRI2_TRUE@ -D_EGL_BUILT_IN_DRIVER_DRI2 |