-rw-r--r-- | core/pim/datebook/config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/pim/datebook/config.in b/core/pim/datebook/config.in index 7cc92bd..42d4f52 100644 --- a/core/pim/datebook/config.in +++ b/core/pim/datebook/config.in @@ -1,4 +1,4 @@ config DATEBOOK boolean "datebook" default "y" - depends LIBQPE && LIBOPIE + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |