Lines Matching refs:egl_LIBS
25 egl_LIBS := \
44 egl_LIBS += $(TOP)/src/gallium/state_trackers/egl/libegl.a
50 egl_LIBS += $(TOP)/src/gallium/winsys/sw/xlib/libws_xlib.a
55 egl_LIBS += $(TOP)/src/gallium/winsys/sw/wayland/libws_wayland.a
56 egl_LIBS += $(TOP)/src/egl/wayland/wayland-drm/.libs/libwayland-drm.a
64 egl_LIBS += $(TOP)/src/gallium/winsys/sw/fbdev/libfbdev.a
67 egl_LIBS += $(TOP)/src/gallium/winsys/sw/null/libws_null.a
75 egl_LIBS += $(TOP)/src/mesa/libmesagallium.a
86 egl_LIBS += $(TOP)/src/gallium/state_trackers/vega/libvega.a
93 egl_LIBS += \
102 egl_LIBS += \
115 egl_LIBS += \
126 egl_LIBS += \
137 egl_LIBS += \
147 egl_LIBS += \
155 egl_LIBS += $(TOP)/src/gallium/drivers/softpipe/libsoftpipe.a
162 egl_LIBS += $(TOP)/src/gallium/drivers/llvmpipe/libllvmpipe.a
167 egl_LIBS := $(sort $(egl_LIBS))
188 $(OUTPUT_PATH)/egl_gallium.so: $(egl_OBJECTS) $(egl_LIBS)
192 $(egl_OBJECTS) -Wl,--start-group $(egl_LIBS) -Wl,--end-group \