diff options
author | David Tardon <dtardon@redhat.com> | 2013-04-09 09:22:20 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-04-09 09:46:38 +0200 |
commit | 51149806f890e8181c016713cff30bc0c9c06450 (patch) | |
tree | 93d0d0a32dc0a7f53cb994a3af36f2616b2e8fa2 /sax | |
parent | 02a8e8acd1f0cbb512868fd9849363f9d069db95 (diff) |
rename expat external to 'expat'
expat_utf16 is long gone, so there is no need to fool around with
expat_utf8.
Change-Id: I0dd4a5c4d78805e98913e645cc83d2ab634bcb89
Diffstat (limited to 'sax')
-rw-r--r-- | sax/Library_expwrap.mk | 2 | ||||
-rw-r--r-- | sax/Library_fastsax.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sax/Library_expwrap.mk b/sax/Library_expwrap.mk index cdd9afacb353..67eeb7742e4b 100644 --- a/sax/Library_expwrap.mk +++ b/sax/Library_expwrap.mk @@ -19,7 +19,7 @@ $(eval $(call gb_Library_set_include,expwrap,\ $(eval $(call gb_Library_use_sdk_api,expwrap)) $(eval $(call gb_Library_use_externals,expwrap,\ - expat_utf8 \ + expat \ )) $(eval $(call gb_Library_use_libraries,expwrap,\ diff --git a/sax/Library_fastsax.mk b/sax/Library_fastsax.mk index 02c0f7c30c6e..6fa858ee3a5d 100644 --- a/sax/Library_fastsax.mk +++ b/sax/Library_fastsax.mk @@ -20,7 +20,7 @@ $(eval $(call gb_Library_use_sdk_api,fastsax)) $(eval $(call gb_Library_use_externals,fastsax,\ boost_headers \ - expat_utf8 \ + expat \ zlib \ )) |