summaryrefslogtreecommitdiffstats
path: root/onlineupdate/Executable_updater.mk
diff options
context:
space:
mode:
Diffstat (limited to 'onlineupdate/Executable_updater.mk')
-rw-r--r--onlineupdate/Executable_updater.mk16
1 files changed, 0 insertions, 16 deletions
diff --git a/onlineupdate/Executable_updater.mk b/onlineupdate/Executable_updater.mk
index 30713c486556..a4c4f9563108 100644
--- a/onlineupdate/Executable_updater.mk
+++ b/onlineupdate/Executable_updater.mk
@@ -26,22 +26,6 @@ $(eval $(call gb_Executable_add_libs,updater,\
-lICE \
))
-ifeq ($(OS),MACOSX)
-$(eval $(call gb_Executable_set_include,updater,\
- -lgtk \
-))
-$(eval $(call gb_Exectuable_add_libs,updater,\
- -lpthread \
-))
-else ifeq ($(OS),LINUX)
-$(eval $(call gb_Executable_set_include,updater,\
- -lgtk \
-))
-$(eval $(call gb_Exectuable_add_libs,updater,\
- -lpthread \
-))
-endif
-
$(eval $(call gb_Executable_add_cxxflags,updater,\
$$(GTK3_CFLAGS) \
))