author | kergoth <kergoth> | 2002-11-06 19:01:21 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-11-06 19:01:21 (UTC) |
commit | a577ba23721cebbb5918c9650acc3dd113ed25b3 (patch) (unidiff) | |
tree | bb80a9250725d2ccf7a2d79170df868912cd06c1 /x11/libqpe-x11 | |
parent | f102976a7a724520825427a76648e8b9f72e8449 (diff) | |
download | opie-a577ba23721cebbb5918c9650acc3dd113ed25b3.zip opie-a577ba23721cebbb5918c9650acc3dd113ed25b3.tar.gz opie-a577ba23721cebbb5918c9650acc3dd113ed25b3.tar.bz2 |
Add X11..
-rw-r--r-- | x11/libqpe-x11/config.in | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/x11/libqpe-x11/config.in b/x11/libqpe-x11/config.in index 2e546a4..841d639 100644 --- a/x11/libqpe-x11/config.in +++ b/x11/libqpe-x11/config.in | |||
@@ -1,4 +1,5 @@ | |||
1 | # config #LIBQPE-X11 | 1 | config LIBQPE-X11 |
2 | # boolean "libqpe-x11" | 2 | boolean "Qpe library (x11 enabled)" |
3 | # default "y" | 3 | default "y" if X11 |
4 | # depends LIBQPE && LIBOPIE | 4 | default "n" if ! X11 |
5 | depends on X11 | ||