mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
examples: Disable existing examples
These examples will stop working with the following API changes. Updated examples may be re-enabled again later.
This commit is contained in:
committed by
Marco Trevisan (Treviño)
parent
7fed33fb49
commit
059fc5ef7d
@@ -10,20 +10,20 @@ foreach example: examples
|
||||
c_args: common_cflags)
|
||||
endforeach
|
||||
|
||||
executable('cpp-test',
|
||||
'cpp-test.cpp',
|
||||
dependencies: libfprint_dep,
|
||||
include_directories: [
|
||||
root_inc,
|
||||
],
|
||||
c_args: common_cflags)
|
||||
# executable('cpp-test',
|
||||
# 'cpp-test.cpp',
|
||||
# dependencies: libfprint_dep,
|
||||
# include_directories: [
|
||||
# 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
|
||||
# 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