author | mickeyl <mickeyl> | 2005-01-29 14:31:22 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2005-01-29 14:31:22 (UTC) |
commit | e6d7de53a77c6a59464d6a87839178236e036493 (patch) (unidiff) | |
tree | bdf456e56a04adc318a3b7ff0d79f53b078be167 /examples/opieui | |
parent | 20b3de56573b9e86c6b6041faf684adc8cbb2a45 (diff) | |
download | opie-e6d7de53a77c6a59464d6a87839178236e036493.zip opie-e6d7de53a77c6a59464d6a87839178236e036493.tar.gz opie-e6d7de53a77c6a59464d6a87839178236e036493.tar.bz2 |
config.in's for the examples
-rw-r--r-- | examples/opieui/config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/opieui/config.in b/examples/opieui/config.in new file mode 100644 index 0000000..f538430 --- a/dev/null +++ b/examples/opieui/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config EXAMPLE_LIBOPIE2UI | ||
2 | boolean "libopieui2 examples" | ||
3 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2UI | ||
4 | |||