summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-02-07 17:06:37 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-02-07 17:06:37 +0100
commit2ec697a77f77caceec0a8cf6b6c68ae11a269a03 (patch)
tree5f34da03fe180e7db46545534e8b186b2c5582a6 /RepositoryExternal.mk
parent66849453041de0369dc8abe8f172dce2bf4cdaab (diff)
Remove DBUSMENUGTK left-overs
...after 4e7f9650e2a32b648cbd50ab113955920f960354 "remove ancient lo-menubar implementation now that we have the shiny new one" Change-Id: I49e7a5489279aaf3469d14c4e9d75245203c5937
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk11
1 files changed, 0 insertions, 11 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index ed4ca9ce79f5..78ff701df709 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -2582,17 +2582,6 @@ endef
endif # ENABLE_DBUS
-define gb_LinkTarget__use_dbusmenugtk
-$(call gb_LinkTarget_set_include,$(1),\
- $$(INCLUDE) \
- $(DBUSMENUGTK_CFLAGS) \
-)
-
-$(call gb_LinkTarget_add_libs,$(1),$(DBUSMENUGTK_LIBS))
-
-endef
-
-
ifeq ($(ENABLE_TELEPATHY),TRUE)
define gb_LinkTarget__use_telepathy