summaryrefslogtreecommitdiff
path: root/Rules.make
authorwimpie <wimpie>2004-08-25 01:48:03 (UTC)
committer wimpie <wimpie>2004-08-25 01:48:03 (UTC)
commitc1228b2e9d3534016dddbc6afceddf4880999b90 (patch) (side-by-side diff)
tree38ed10a109f1a7da92eaaf283fe1efbf4a1900d2 /Rules.make
parentf6a6fe57c9e0047379f4b8b40da4776f1c4d7b25 (diff)
downloadopie-c1228b2e9d3534016dddbc6afceddf4880999b90.zip
opie-c1228b2e9d3534016dddbc6afceddf4880999b90.tar.gz
opie-c1228b2e9d3534016dddbc6afceddf4880999b90.tar.bz2
Added rule to autodefine OPIE_WITHROHFEEDBACK from menuconfig
Diffstat (limited to 'Rules.make') (more/less context) (ignore whitespace changes)
-rw-r--r--Rules.make3
1 files changed, 3 insertions, 0 deletions
diff --git a/Rules.make b/Rules.make
index e89b129..04cfbee 100644
--- a/Rules.make
+++ b/Rules.make
@@ -50,12 +50,15 @@ ifeq ($(CONFIG_SQL_PIM_BACKEND),y)
else
echo ENABLE_SQL_PIM_BACKEND=n >> $@
endif
ifeq ($(CONFIG_OPIE_NO_OVERRIDE_QT),y)
echo CONFIG += no-override >> $@
endif
+ifeq ($(CONFIG_LIBQPE_WITHROHFEEDBACK),y)
+ echo DEFINES += OPIE_WITHROHFEEDBACK >> $@
+endif
ifeq ($(CONFIG_OPIE_NO_ERASERECT_FIX),y)
echo DEFINES += OPIE_NO_ERASE_RECT_HACKFIX >> $@
endif
ifeq ($(CONFIG_OPIE_NO_BUILTIN_SHUTDOWN),y)
echo DEFINES += OPIE_NO_BUILTIN_SHUTDOWN >> $@
endif