diff options
author | Carlos Garcia Campos <cgarcia@igalia.com> | 2020-09-28 11:49:40 +0200 |
---|---|---|
committer | Carlos Garcia Campos <cgarcia@igalia.com> | 2020-09-30 07:21:24 +0200 |
commit | fac16549db5ab36c714622dfb9a40f8b9ffb7a27 (patch) | |
tree | 0e5040b533c94175363b2840acd19a8e5ed71005 /meson.build | |
parent | c61e2615f4fcfaed134cd9a2cd11ab2572b26551 (diff) | |
download | libsoup-fac16549db5ab36c714622dfb9a40f8b9ffb7a27.tar.gz |
session: remove soup_session_queue_message and soup_session_send_messagecarlosgc/remove-old-api
There are a few tests that are now skipped because they still use the old
api and I'm not sure yet if they will be removed or reworked.
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meson.build b/meson.build index a548f84b..7cde64dc 100644 --- a/meson.build +++ b/meson.build @@ -354,7 +354,9 @@ subdir('libsoup') if find_program('xgettext', required : false).found() subdir('po') endif -subdir('examples') + +# FIXME: port examples to use the new API. +#subdir('examples') if get_option('tests') subdir('tests') |