mirror of
https://github.com/morgan9e/libfprint-fpc1020
synced 2026-04-15 00:44:25 +09: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:
@@ -17,13 +17,3 @@ executable('cpp-test',
|
||||
root_inc,
|
||||
],
|
||||
c_args: common_cflags)
|
||||
|
||||
# if get_option('x11-examples')
|
||||
# executable('img_capture_continuous',
|
||||
# 'img_capture_continuous.c',
|
||||
# dependencies: [ libfprint_dep, xv_dep, x11_dep ],
|
||||
# include_directories: [
|
||||
# root_inc,
|
||||
# ],
|
||||
# c_args: common_cflags)
|
||||
# endif
|
||||
|
||||
Reference in New Issue
Block a user