-rw-r--r-- | examples/python/config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/python/config.in b/examples/python/config.in new file mode 100644 index 0000000..d174e6b --- a/dev/null +++ b/examples/python/config.in @@ -0,0 +1,4 @@ + config PYTHON_EXMAPLES + boolean "Build Python Examples" + default "n" + depends ( LIBQPE || LIBQPE-X11 ) && EXAMPLES |