diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-01-27 12:15:14 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-01-27 20:15:05 +0200 |
commit | f0e5ca4d0be13e8494ad2de4c97a192537388ec5 (patch) | |
tree | 46b8b4d868ab091e3154c5c10f9f44dcdcecd602 | |
parent | 0a1fb4b618ad56fe11071a60105dbf70cc38892e (diff) |
We don't use Library_vclplug_svp on Android any more
-rw-r--r-- | vcl/Module_vcl.mk | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/vcl/Module_vcl.mk b/vcl/Module_vcl.mk index 47da575b960c..0a91f8795cc8 100644 --- a/vcl/Module_vcl.mk +++ b/vcl/Module_vcl.mk @@ -79,10 +79,4 @@ $(eval $(call gb_Module_add_targets,vcl,\ )) endif -ifeq ($(GUIBASE),android) -$(eval $(call gb_Module_add_targets,vcl,\ - Library_vclplug_svp \ -)) -endif - # vim: set noet sw=4 ts=4: |