build: add GLES2-libraries to kmscon-static
kmscon-static needs these to build properly. Currently, they are pulled in via uterm but if it is used without uterm the build will fail. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
This commit is contained in:
parent
e1a6437473
commit
1637e7fd30
@ -302,6 +302,9 @@ libkmscon_static_la_CPPFLAGS = \
|
||||
$(AM_CPPFLAGS) \
|
||||
$(GLES2_CFLAGS)
|
||||
|
||||
libkmscon_static_la_LIBADD = \
|
||||
$(GLES2_LIBS)
|
||||
|
||||
if KMSCON_HAVE_GLES2
|
||||
nodist_libkmscon_static_la_SOURCES = \
|
||||
src/static_gl.h \
|
||||
|
Loading…
x
Reference in New Issue
Block a user