mirror of
https://github.com/X11Libre/xf86-video-cirrus.git
synced 2026-03-24 01:24:45 +00:00
Fix for a compilation error when compiling XAA related files
When commit 27f85fc523 (Don't build
split alpine and laguna support) merged Alpine and Laguna support,
it missed a backslash ('\') to denote the next line for XAA related
files.
Signed-off-by: Kevin Brace <kevinbrace@gmx.com>
This commit is contained in:
@@ -48,7 +48,7 @@ cirrus_drv_la_SOURCES = \
|
||||
if XAA
|
||||
cirrus_drv_la_SOURCES += \
|
||||
alp_xaa.c \
|
||||
alp_xaam.c
|
||||
alp_xaam.c \
|
||||
lg_xaa.c \
|
||||
lg_xaa.h
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user