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