mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-28 03:10:25 +01:00
egl: restore missing \ in Makefile
This commit is contained in:
parent
56a90f5ce1
commit
041ff4c731
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue