plugin build hack
authornotaz <notasas@gmail.com>
Mon, 5 Mar 2012 10:39:02 +0000 (12:39 +0200)
committernotaz <notasas@gmail.com>
Mon, 5 Mar 2012 10:39:02 +0000 (12:39 +0200)
otherwise builtin version compiled without -fPIC is linked to .so,
which causes problems.

Makefile

index 21add20..5f65f38 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -183,6 +183,7 @@ PLUGINS ?= plugins/spunull/spunull.so plugins/gpu-gles/gpu_gles.so \
        plugins/gpu_unai/gpu_unai.so plugins/dfxvideo/gpu_peops.so
 
 $(PLUGINS):
+       make -C plugins/gpulib/ clean
        make -C $(dir $@)
 
 clean: $(PLAT_CLEAN)