summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Palus2023-07-28 11:48:49 (GMT)
committerJan Palus2023-07-28 11:48:49 (GMT)
commitd5f447ac0aea01cb208b2fbd3bc9ca516b40d4ea (patch)
tree614e5881821507c20f78c431c9b762013711fa50
parentc97449e93b76aef177abf1836b83fb419b2c111c (diff)
downloadgnome-online-accounts-d5f447ac0aea01cb208b2fbd3bc9ca516b40d4ea.zip
gnome-online-accounts-d5f447ac0aea01cb208b2fbd3bc9ca516b40d4ea.tar.gz
remove link patch dropped from spec in 9800fa0
-rw-r--r--gnome-online-accounts-link.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/gnome-online-accounts-link.patch b/gnome-online-accounts-link.patch
deleted file mode 100644
index 9d61d89..0000000
--- a/gnome-online-accounts-link.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- gnome-online-accounts-3.10.3/telepathy-account-widgets/tp-account-widgets/Makefile.am.orig 2014-03-18 16:05:06.000000000 +0100
-+++ gnome-online-accounts-3.10.3/telepathy-account-widgets/tp-account-widgets/Makefile.am 2014-03-24 16:51:19.153929421 +0100
-@@ -90,6 +90,9 @@
- $(nocheck_sources) \
- $(NULL)
-
-+libtp_account_widgets_la_LIBADD = \
-+ $(TPAW_LIBS)
-+
- # these are sources that depend on Ubuntu Online Accounts
- uoa_sources = \
- tpaw-uoa-utils.c \
-@@ -98,6 +101,7 @@
-
- if HAVE_UOA
- libtp_account_widgets_la_SOURCES += $(uoa_sources)
-+libtp_account_widgets_la_LIBADD += $(UOA_LIBS)
- EXTRA_DIST =
- else
- EXTRA_DIST = $(uoa_sources)