mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
examples: Remove x11 based examples
These examples have not been ported. In addition, they are also not very useful these days, as the demo application offers a much nicer view to view images from a sensor.
This commit is contained in:
@@ -111,14 +111,6 @@ if get_option('udev_rules')
|
||||
endif
|
||||
endif
|
||||
|
||||
# if get_option('x11-examples')
|
||||
# x11_dep = cc.find_library('X11')
|
||||
# xv_dep = dependency('xv', required: false)
|
||||
# if not xv_dep.found()
|
||||
# error('XV is required for X11 examples')
|
||||
# endif
|
||||
# endif
|
||||
|
||||
if get_option('gtk-examples')
|
||||
gnome = import('gnome')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user