rpi: Link with EGL if ENABLE_EGL
This commit is contained in:
committed by
Kristian Høgsberg
parent
64db37e53c
commit
1d7ad62768
@@ -224,6 +224,12 @@ rpi_backend_la_SOURCES = \
|
|||||||
evdev.c \
|
evdev.c \
|
||||||
evdev.h \
|
evdev.h \
|
||||||
evdev-touchpad.c
|
evdev-touchpad.c
|
||||||
|
|
||||||
|
if ENABLE_EGL
|
||||||
|
rpi_backend_la_LIBADD += $(EGL_LIBS)
|
||||||
|
rpi_backend_la_CFLAGS += $(EGL_CFLAGS)
|
||||||
|
endif
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if ENABLE_HEADLESS_COMPOSITOR
|
if ENABLE_HEADLESS_COMPOSITOR
|
||||||
|
|||||||
Reference in New Issue
Block a user