-rw-r--r-- | inputmethods/jumpx/config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inputmethods/jumpx/config.in b/inputmethods/jumpx/config.in index 32c2125..01635fd 100644 --- a/inputmethods/jumpx/config.in +++ b/inputmethods/jumpx/config.in @@ -1,4 +1,4 @@ config JUMPX boolean "jumpx" default "y" - depends LIBQPE && LIBOPIE + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |