summaryrefslogtreecommitdiff
path: root/core/launcher/libpreload/config.in
authorsandman <sandman>2002-11-24 18:18:35 (UTC)
committer sandman <sandman>2002-11-24 18:18:35 (UTC)
commitee62e73ddc29a5015c4a3e569be90dbfce4652c6 (patch) (side-by-side diff)
tree634833e66836220371ce3b441a88f077de30b954 /core/launcher/libpreload/config.in
parent5b029ef4b109d50ae41a3fd8bfae0b30864745f8 (diff)
downloadopie-ee62e73ddc29a5015c4a3e569be90dbfce4652c6.zip
opie-ee62e73ddc29a5015c4a3e569be90dbfce4652c6.tar.gz
opie-ee62e73ddc29a5015c4a3e569be90dbfce4652c6.tar.bz2
A small library that can be LD_PRELOADed to other applications by the
launcher to force these applications to use the Opie style/font/window­ decoration settings. Could also be used for other things in the future...
Diffstat (limited to 'core/launcher/libpreload/config.in') (more/less context) (ignore whitespace changes)
-rw-r--r--core/launcher/libpreload/config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/launcher/libpreload/config.in b/core/launcher/libpreload/config.in
new file mode 100644
index 0000000..c3cfd6f
--- a/dev/null
+++ b/core/launcher/libpreload/config.in
@@ -0,0 +1,5 @@
+config LIBPRELOAD
+ boolean "Preload library"
+ default "y" if ! X11
+ default "n" if X11
+ depends on ! X11