You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-auth/authenticator/files/authenticator-0.2.4-support...

24 lines
638 B

diff --git a/meson.build b/meson.build
index ed9c48e..6b20bf0 100644
--- a/meson.build
+++ b/meson.build
@@ -35,16 +35,7 @@ SERVICES_DIR = join_paths(get_option('datadir'), 'dbus-1', 'services')
SEARCH_PROVIDER_DIR = join_paths(get_option('datadir'), 'gnome-shell', 'search-providers')
LIBEXEC_DIR = join_paths(get_option('prefix'), get_option('libexecdir'))
-subproject('libgd',
- default_options: [
- 'with-introspection=true',
- 'with-notification=true',
- 'static=false',
- 'pkgdatadir=' + DATA_DIR,
- 'pkglibdir=' + LIB_DIR
- ]
-)
-
+libgd_dep = dependency('gdlib', required : true)
# Configuration params