mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
meson: Remove duplicate gnome imports
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user