From cbc08c4f293664e681b1646e794e7cf62782c6cc Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Tue, 18 Jan 2022 17:54:10 +0100 Subject: lib: Split UI and non-UI libraries Both UI and non-UI libraries export a pkg-config file. Only the non-UI library exports a Gir as it's the only one that gets to be used from a non-native program (gnome-shell). --- sendto/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sendto/meson.build') diff --git a/sendto/meson.build b/sendto/meson.build index 3e233a03..7694b692 100644 --- a/sendto/meson.build +++ b/sendto/meson.build @@ -4,7 +4,7 @@ executable( name, 'main.c', include_directories: top_inc, - dependencies: libgnome_bluetooth_dep, + dependencies: [libgnome_bluetooth_dep, gtk_dep], install: true, ) -- cgit v1.2.1