author | kergoth <kergoth> | 2002-11-06 19:26:31 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-11-06 19:26:31 (UTC) |
commit | 0b11a3d71510993c97910d7efa5e328b93b5b8f2 (patch) (side-by-side diff) | |
tree | 467c4153f2c2f5599d9e4a80f460483a2cb4dd0e /x11/ipc | |
parent | adfcdb9220f5eccbea97409ea143125fd90aac7e (diff) | |
download | opie-0b11a3d71510993c97910d7efa5e328b93b5b8f2.zip opie-0b11a3d71510993c97910d7efa5e328b93b5b8f2.tar.gz opie-0b11a3d71510993c97910d7efa5e328b93b5b8f2.tar.bz2 |
Dont generate x11 config.in's
-rw-r--r-- | x11/ipc/server/config.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/x11/ipc/server/config.in b/x11/ipc/server/config.in new file mode 100644 index 0000000..ca321ce --- a/dev/null +++ b/x11/ipc/server/config.in @@ -0,0 +1,5 @@ +config OCOPSERVER + boolean "OCop Server" + default "y" if X11 + default "n" if ! X11 + depends on X11 |