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

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