diff options
author | Andre Fischer <af@apache.org> | 2012-02-23 12:29:54 +0000 |
---|---|---|
committer | Andre Fischer <af@apache.org> | 2012-02-23 12:29:54 +0000 |
commit | 212d4bd24d9ac8eb81acda6c7bc6e2ffb4768b5b (patch) | |
tree | 9c04f978f4bf67d8dfa44638d233e57f2efa4a10 /postprocess | |
parent | 895e1dec70472d3ad65545c11429f0f42821ec74 (diff) |
118569: Replace neon with serf (and prerequisites apr and apr-util).
Original author: orw@apache.org
Diffstat (limited to 'postprocess')
-rw-r--r-- | postprocess/packcomponents/makefile.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk index b68897bcb8e7..4445df65fbd1 100644 --- a/postprocess/packcomponents/makefile.mk +++ b/postprocess/packcomponents/makefile.mk @@ -153,6 +153,7 @@ my_components = \ tvhlp1 \ ucb1 \ ucpchelp1 \ + ucpdav1 \ ucpexpand1 \ ucpext \ ucpfile1 \ @@ -215,10 +216,6 @@ my_components += wpft my_components += emboleobj .END -.IF "$(SYSTEM_NEON)" == "YES" -my_components += ucpdav1 -.END - .IF "$(ENABLE_CAIRO_CANVAS)" == "TRUE" my_components += cairocanvas .END |