summaryrefslogtreecommitdiff
path: root/src/mesa/es/sources.mak
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/es/sources.mak')
-rw-r--r--src/mesa/es/sources.mak4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mesa/es/sources.mak b/src/mesa/es/sources.mak
index d12acaae80..11f735d52a 100644
--- a/src/mesa/es/sources.mak
+++ b/src/mesa/es/sources.mak
@@ -4,6 +4,7 @@ include $(MESA)/sources.mak
LOCAL_ES1_SOURCES := \
main/api_exec_es1.c \
+ main/drawtex.c \
main/get_es1.c \
main/specials_es1.c \
main/drawtex.c \
@@ -14,7 +15,8 @@ LOCAL_ES1_SOURCES := \
glapi/glapi-es1/main/enums.c
LOCAL_ES1_GALLIUM_SOURCES := \
- $(LOCAL_ES1_SOURCES)
+ $(LOCAL_ES1_SOURCES) \
+ state_tracker/st_cb_drawtex.c
# always use local version of GLAPI_ASM_SOURCES
LOCAL_ES1_API_ASM := $(addprefix glapi/glapi-es1/, $(GLAPI_ASM_SOURCES))