summaryrefslogtreecommitdiff
path: root/core/apps/calibrate/config.in
authorkergoth <kergoth>2003-03-05 18:50:13 (UTC)
committer kergoth <kergoth>2003-03-05 18:50:13 (UTC)
commitfb1f7a5207d227840e9026010cb8c6ce8c00d250 (patch) (side-by-side diff)
treeea79b4b52ec1927c248702ae414acd177f754603 /core/apps/calibrate/config.in
parent30712c8f3c4306a423062747567b993f3433c83b (diff)
downloadopie-fb1f7a5207d227840e9026010cb8c6ce8c00d250.zip
opie-fb1f7a5207d227840e9026010cb8c6ce8c00d250.tar.gz
opie-fb1f7a5207d227840e9026010cb8c6ce8c00d250.tar.bz2
Allow builds of a standalone calibrate app, which I use for testing purposes.
Diffstat (limited to 'core/apps/calibrate/config.in') (more/less context) (ignore whitespace changes)
-rw-r--r--core/apps/calibrate/config.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/apps/calibrate/config.in b/core/apps/calibrate/config.in
index e408448..9a418e9 100644
--- a/core/apps/calibrate/config.in
+++ b/core/apps/calibrate/config.in
@@ -1,4 +1,4 @@
-# config #CALIBRATE
-# boolean "calibrate"
-# default "y"
-# depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE
+ config CALIBRATE
+ boolean "calibrate (standalone)"
+ default "n"
+ depends ( LIBQPE || LIBQPE-X11 )