author | mickeyl <mickeyl> | 2004-06-03 14:20:36 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-06-03 14:20:36 (UTC) |
commit | 1bf6e815f8c23c7efbcdd90950677787d5ad5025 (patch) (side-by-side diff) | |
tree | aa02c6173aad8d2123e4f5079ed75fa835ecc808 /examples/python/config.in | |
parent | ab64bb1364453b9853bac39b9a5c3ce278cff379 (diff) | |
download | opie-1bf6e815f8c23c7efbcdd90950677787d5ad5025.zip opie-1bf6e815f8c23c7efbcdd90950677787d5ad5025.tar.gz opie-1bf6e815f8c23c7efbcdd90950677787d5ad5025.tar.bz2 |
first python example done
-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 |