diff options
Diffstat (limited to 'sys-auth/authenticator/files/authenticator-0.2.4-support-use-of-gdlib-from-system.patch')
-rw-r--r-- | sys-auth/authenticator/files/authenticator-0.2.4-support-use-of-gdlib-from-system.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/sys-auth/authenticator/files/authenticator-0.2.4-support-use-of-gdlib-from-system.patch b/sys-auth/authenticator/files/authenticator-0.2.4-support-use-of-gdlib-from-system.patch deleted file mode 100644 index ffbde3cf2f09..000000000000 --- a/sys-auth/authenticator/files/authenticator-0.2.4-support-use-of-gdlib-from-system.patch +++ /dev/null @@ -1,23 +0,0 @@ -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 - |