Mesa (master): egl: restore missing \ in Makefile

Brian Paul brianp at kemper.freedesktop.org
Tue Oct 4 22:54:31 UTC 2011


Module: Mesa
Branch: master
Commit: 041ff4c731a00a0316d963456e2428146a01c709
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=041ff4c731a00a0316d963456e2428146a01c709

Author: Brian Paul <brianp at vmware.com>
Date:   Tue Oct  4 16:53:46 2011 -0600

egl: restore missing \ in Makefile

---

 src/gallium/state_trackers/egl/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/state_trackers/egl/Makefile b/src/gallium/state_trackers/egl/Makefile
index f65a915..fe42fbb 100644
--- a/src/gallium/state_trackers/egl/Makefile
+++ b/src/gallium/state_trackers/egl/Makefile
@@ -33,7 +33,7 @@ wayland_INCLUDES = \
 wayland_SOURCES = $(wildcard wayland/*.c)
 wayland_OBJECTS = $(wayland_SOURCES:.c=.o)
 
-drm_INCLUDES = -I$(TOP)/src/gallium/winsys $(shell $(PKG_CONFIG) --cflags-only-I libdrm)
+drm_INCLUDES = -I$(TOP)/src/gallium/winsys $(shell $(PKG_CONFIG) --cflags-only-I libdrm) \
 	       -I$(TOP)/src/gbm/main -I$(TOP)/src/gallium/state_trackers/gbm
 drm_SOURCES = $(wildcard drm/*.c)
 drm_OBJECTS = $(drm_SOURCES:.c=.o)




More information about the mesa-commit mailing list