summaryrefslogtreecommitdiff
path: root/filter/CustomTarget_svg.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-11-30 18:19:47 +0100
committerMichael Stahl <mstahl@redhat.com>2012-11-30 18:20:23 +0100
commit3e0d7e60bc00b36cca0755a6b02879e0a1cc2484 (patch)
treef55c6d60df463209c7d42c4565f0886e5ad116b8 /filter/CustomTarget_svg.mk
parent47f73da0dd4bc94856a50bfd8b666a979e851326 (diff)
filter: add missing dependencies on python
Change-Id: Ibaf38ad8000f7c4276aed91250c4bff1c78dd091
Diffstat (limited to 'filter/CustomTarget_svg.mk')
-rw-r--r--filter/CustomTarget_svg.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/filter/CustomTarget_svg.mk b/filter/CustomTarget_svg.mk
index f20b5c1cea62..1b374ff6969a 100644
--- a/filter/CustomTarget_svg.mk
+++ b/filter/CustomTarget_svg.mk
@@ -59,6 +59,7 @@ $(filter_GEN_svg_Tokens_cxx) : $(filter_GEN_svg_Tokens_gperf)
> $(filter_GEN_svg_Tokens_cxx))
$(filter_GEN_svg_Script_hxx) : \
+ $(gb_PYTHONTARGET) \
$(filter_SRC_svg_PresentationEngine) $(filter_SRC_svg_Js2Hxx) \
| $(filter_SVGWORK)/.dir
$(call gb_Output_announce,$@,build,PY ,1)