mesa_gpu-etnaviv: etnaviv already part of mesa

Since the parts of the 'etnaviv' library are already part of the
'mesa.lib.so' that is normally loaded along-side remove the
duplication here.

Issue #4329.
This commit is contained in:
Josef Söntgen 2021-11-16 16:24:49 +01:00 committed by Christian Helmuth
parent 133d21ad38
commit d39af2206c

View File

@ -1,5 +1,5 @@
SHARED_LIB = yes
LIBS = libc egl etnaviv
LIBS = libc egl
include $(REP_DIR)/lib/mk/mesa-common.inc