[rhythmbox] disable context plugin in a more distcheck friendly fashion
- From: Jonathan Matthew <jmatthew src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox] disable context plugin in a more distcheck friendly fashion
- Date: Sun, 3 Apr 2016 09:10:47 +0000 (UTC)
commit 4ebad29e2675e0e90b506e96941565aa424b02d5
Author: Jonathan Matthew <jonathan d14n org>
Date: Sun Apr 3 18:37:30 2016 +1000
disable context plugin in a more distcheck friendly fashion
plugins/Makefile.am | 5 +----
plugins/context/Makefile.am | 2 +-
2 files changed, 2 insertions(+), 5 deletions(-)
---
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 5fff152..3ae8a7a 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -24,10 +24,7 @@ SUBDIRS += \
soundcloud \
rb
-# disabled until webkit2 happens
-#if WITH_WEBKIT
-#SUBDIRS += context
-#endif
+SUBDIRS += context
endif # ENABLE_PYTHON
diff --git a/plugins/context/Makefile.am b/plugins/context/Makefile.am
index 88f0159..da8e32e 100644
--- a/plugins/context/Makefile.am
+++ b/plugins/context/Makefile.am
@@ -14,7 +14,7 @@ plugin_PYTHON = \
plugin_in_files = context.plugin.in
%.plugin: %.plugin.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE)
$(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
-plugin_DATA = $(plugin_in_files:.plugin.in=.plugin)
+# plugin_DATA = $(plugin_in_files:.plugin.in=.plugin)
tmpldir = $(plugindatadir)/tmpl
tmpl_DATA = \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]