diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2013-02-19 11:20:31 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2013-02-19 13:23:05 +0100 |
commit | 5de206a7fbe74a7022bb3b20f190e6a3e6f1e3ae (patch) | |
tree | f5fdfd65a65a949069422971e540494c11a42e5e /libwpd | |
parent | fe8bcfa422c654e35ec22b5e3b1a512ae438b565 (diff) |
rename SYSTEM_LIBWPD to SYSTEM_WPD to remove specialcasing
Change-Id: Ibc8178e2dd7209705cb752f9570e414483c319a7
Diffstat (limited to 'libwpd')
-rw-r--r-- | libwpd/Module_libwpd.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libwpd/Module_libwpd.mk b/libwpd/Module_libwpd.mk index bd74b12f9b48..13ef595e47aa 100644 --- a/libwpd/Module_libwpd.mk +++ b/libwpd/Module_libwpd.mk @@ -9,7 +9,7 @@ $(eval $(call gb_Module_Module,libwpd)) -ifeq ($(SYSTEM_LIBWPD),NO) +ifeq ($(SYSTEM_WPD),NO) $(eval $(call gb_Module_add_targets,libwpd,\ ExternalProject_libwpd \ |