clients: Remove $(toolkit_libs) from weston_screensaver_CFLAGS
The typo that broke the build.
This commit is contained in:
parent
e530a0a240
commit
6326c5de82
@ -186,7 +186,7 @@ weston_screensaver_SOURCES = \
|
||||
glmatrix.c \
|
||||
matrix3.xpm
|
||||
weston_screensaver_LDADD = $(toolkit_libs) $(GLU_LIBS)
|
||||
weston_screensaver_CFLAGS = $(toolkit_libs) $(GLU_CFLAGS)
|
||||
weston_screensaver_CFLAGS = $(GLU_CFLAGS)
|
||||
endif
|
||||
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user