From 1c589336a23fd0cefd75ea1c36964c912a9b0e6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Thu, 20 Apr 2023 17:41:56 +0200 Subject: [PATCH] meson: Remove duplicate gnome imports --- meson.build | 3 --- 1 file changed, 3 deletions(-) diff --git a/meson.build b/meson.build index 1badb164..848b035c 100644 --- a/meson.build +++ b/meson.build @@ -286,8 +286,6 @@ else endif if get_option('gtk-examples') - gnome = import('gnome') - gtk_dep = dependency('gtk+-3.0', required: false) if not gtk_dep.found() error('GTK+ 3.x is required for GTK+ examples') @@ -301,7 +299,6 @@ configure_file(output: 'config.h', configuration: libfprint_conf) subdir('examples') if get_option('doc') - gnome = import('gnome') subdir('doc') endif if get_option('gtk-examples')