diff options
author | Nathan Yee <ny.nathan.yee@gmail.com> | 2015-07-03 11:58:27 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2015-07-03 13:49:20 +0200 |
commit | 7eb863d6b6258f31343d4b0b82038afe5e036bc0 (patch) | |
tree | 55e80346723af4883cfe0a896a50c95cb48d91c2 /onlineupdate | |
parent | ba1d870abf1b12fd4ac4ba353d39d20bc9bb3a0e (diff) |
online update: Add the bzip2 external.
Change-Id: Id7547390c49c0bcf672eb1a9863fc236518bfa49
Diffstat (limited to 'onlineupdate')
-rw-r--r-- | onlineupdate/Executable_updater.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/onlineupdate/Executable_updater.mk b/onlineupdate/Executable_updater.mk index f8537bebe4b8..30713c486556 100644 --- a/onlineupdate/Executable_updater.mk +++ b/onlineupdate/Executable_updater.mk @@ -50,12 +50,9 @@ $(eval $(call gb_Executable_add_libs,updater,\ $(GTK3_LIBS) \ )) -$(eval $(call gb_Executable_use_libraries,updater,\ - libreofficekitgtk \ -)) - $(eval $(call gb_Executable_use_externals,updater,\ gtk \ + bzip2 \ )) $(eval $(call gb_Executable_add_exception_objects,updater,\ |