mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 11:38:05 +02:00
mesa/es: Fix symbol conflicts and warnings.
drawtex.c was listed in LOCAL_ES1_SOURCES twice. My mistake when merging the patches. Also, run gl_apitemp.py with -c to silence warnings and add target "install". Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
This commit is contained in:
parent
1af44e9e5a
commit
f1c7874cd9
3 changed files with 4 additions and 2 deletions
|
|
@ -107,6 +107,9 @@ clean:
|
|||
-rm -f depend
|
||||
-rm -f *~
|
||||
|
||||
# nothing to install
|
||||
install:
|
||||
|
||||
subdirs:
|
||||
make -C glapi
|
||||
make -C $(MESA) asm_subdirs
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ endef
|
|||
$(call gen-glapi,-c)
|
||||
|
||||
%/glapitemp.h: $(GLAPI)/gl_apitemp.py $(COMMON)
|
||||
$(call gen-glapi)
|
||||
$(call gen-glapi,-c)
|
||||
|
||||
%/glprocs.h: $(GLAPI)/gl_procs.py $(COMMON)
|
||||
$(call gen-glapi,-c)
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@ 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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue