treewide: Port to libpeas-2
Closes #609 Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/746>
This commit is contained in:
committed by
Marge Bot
parent
506a1cfc34
commit
26484766d3
@@ -29,7 +29,7 @@
|
||||
#include "calls-provider.h"
|
||||
#include "calls-dummy-origin.h"
|
||||
|
||||
#include <libpeas/peas.h>
|
||||
#include <libpeas.h>
|
||||
#include <glib-unix.h>
|
||||
|
||||
static const char * const supported_protocols[] = {
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
#include "calls-provider.h"
|
||||
|
||||
#include <glib-object.h>
|
||||
#include <libpeas/peas.h>
|
||||
#include <libpeas.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ i18n_plugin = i18n.merge_file(
|
||||
dummy_deps = [
|
||||
dependency('gobject-2.0'),
|
||||
dependency('gtk4', version: '>= @0@'.format(gtk_version)),
|
||||
dependency('libpeas-1.0'),
|
||||
dependency('libpeas-2'),
|
||||
]
|
||||
|
||||
dummy_sources = files(
|
||||
|
||||
Reference in New Issue
Block a user