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-04-06 12:08:55 +0200
commitc5dd2efe9d1ed467cfe7c601300b130d27b73139 (patch)
tree5d9a2ed680c6357f85c8a00aa766bd4461234d83 /onlineupdate
parent5e32c0ef771e0d44b4c747c26724572382f8e863 (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 (cherry picked from commit 08467b602e23c1b8059611717f3d82da8936e632)
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,\