From e83c4fdcf2b4578bfd7196c89e55b01aebd4da04 Mon Sep 17 00:00:00 2001 From: notaz Date: Wed, 6 Feb 2013 03:55:22 +0200 Subject: disable standalone pluign builds these were for testing mostly, not for general use. Also fix a typo along the way. --- plugins/gpu-gles/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/gpu-gles') diff --git a/plugins/gpu-gles/Makefile b/plugins/gpu-gles/Makefile index 769a68b..e914764 100644 --- a/plugins/gpu-gles/Makefile +++ b/plugins/gpu-gles/Makefile @@ -16,6 +16,6 @@ CFLAGS += $(CFLAGS_GLES) LDLIBS += $(LDLIBS_GLES) endif -BIN_STANDLALONE = gpuGLES.so +#BIN_STANDALONE = gpuGLES.so BIN_GPULIB = gpu_gles.so include ../gpulib/gpulib.mak -- cgit v1.2.3