X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2FMakefile;h=a815f46b4a1551514d0f57460522b4b19142539d;hb=a3eb0f718e19653a2ad8e49396c904183be456f3;hp=56e40596c16f88a740aabc0dbdd2ffc478f529d5;hpb=491f384c3958067e6c4c994041f5d8d413b806bc;p=mesa.git diff --git a/src/mesa/Makefile b/src/mesa/Makefile index 56e40596c16..a815f46b4a1 100644 --- a/src/mesa/Makefile +++ b/src/mesa/Makefile @@ -38,11 +38,7 @@ libmesagallium.a: $(MESA_GALLIUM_OBJECTS) $(GLSL_LIBS) # Make archive of gl* API dispatcher functions only libglapi.a: $(GLAPI_OBJECTS) - @if [ "${WINDOW_SYSTEM}" = "dri" ] ; then \ - touch libglapi.a ; \ - else \ - $(MKLIB) -o glapi -static $(GLAPI_OBJECTS) ; \ - fi + $(MKLIB) -o glapi -static $(GLAPI_OBJECTS) ###################################################################### # Device drivers