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:
Benjamin Berg
2019-11-19 21:44:16 +01:00
parent d91ec2d044
commit 256c7cea07
4 changed files with 0 additions and 387 deletions

View File

@@ -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