summaryrefslogtreecommitdiff
path: root/onlineupdate
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-01-06 21:43:42 +0100
committerMichael Stahl <mstahl@redhat.com>2016-01-06 22:21:39 +0100
commit08467b602e23c1b8059611717f3d82da8936e632 (patch)
tree5c3c804ba675522dc876880cd5bd1edf4b678580 /onlineupdate
parent7c73152f642f331c5640a98b256013cb88180a1d (diff)
onlineupdate: Executable_updater should decide which GTK it wants to use
Using both GTK2 and GTK3 sounds like a recipe for disaster, so use gtk2 for now (since we get numerous deprecation warnings with gtk3). Change-Id: I32a27c3620503b6c5d7d81510137bfddc5abb05c
Diffstat (limited to 'onlineupdate')
-rw-r--r--onlineupdate/Executable_updater.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/onlineupdate/Executable_updater.mk b/onlineupdate/Executable_updater.mk
index eb94e8b92610..5c56edad0ba5 100644
--- a/onlineupdate/Executable_updater.mk
+++ b/onlineupdate/Executable_updater.mk
@@ -43,7 +43,6 @@ $(eval $(call gb_Executable_add_libs,updater,\
-lXrender \
-lSM \
-lICE \
- $(GTK3_LIBS) \
))
endif
@@ -51,10 +50,6 @@ ifeq ($(OS),WNT)
$(eval $(call gb_Executable_add_cxxflags,updater,\
/Zc:wchar_t \
))
-else
-$(eval $(call gb_Executable_add_cxxflags,updater,\
- $$(GTK3_CFLAGS) \
-))
endif
$(eval $(call gb_Executable_use_externals,updater,\