diff options
Diffstat (limited to 'extra/gnome-control-center/buildfix.patch')
-rw-r--r-- | extra/gnome-control-center/buildfix.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/extra/gnome-control-center/buildfix.patch b/extra/gnome-control-center/buildfix.patch new file mode 100644 index 000000000..baf2ee6a5 --- /dev/null +++ b/extra/gnome-control-center/buildfix.patch @@ -0,0 +1,15 @@ +diff -u -r gnome-control-center-3.10.1/panels/background/Makefile.am gnome-control-center-3.10.1-buildfix/panels/background/Makefile.am +--- gnome-control-center-3.10.1/panels/background/Makefile.am 2013-10-11 13:19:22.000000000 +0200 ++++ gnome-control-center-3.10.1-buildfix/panels/background/Makefile.am 2013-10-16 00:59:02.966707377 +0200 +@@ -52,11 +52,6 @@ + libbackground_la_LIBADD += $(SOCIALWEB_LIBS) + endif + +-noinst_PROGRAMS = test-chooser-dialog +-test_chooser_dialog_SOURCES = test-chooser-dialog.c +-test_chooser_dialog_LDADD = libbackground-chooser.la +-test_chooser_dialog_LDFLAGS = $(PANEL_LIBS) $(BACKGROUND_PANEL_LIBS) +- + resource_files = $(shell glib-compile-resources --sourcedir=$(srcdir) --generate-dependencies $(srcdir)/background.gresource.xml) + cc-background-resources.c: background.gresource.xml $(resource_files) + $(AM_V_GEN) glib-compile-resources --target=$@ --sourcedir=$(srcdir) --generate-source --c-name cc_background $< |