author | brad <brad> | 2004-03-15 08:39:57 (UTC) |
---|---|---|
committer | brad <brad> | 2004-03-15 08:39:57 (UTC) |
commit | 24533c4db7eb2f0df533b800820cefc794e3a3aa (patch) (side-by-side diff) | |
tree | b0b19fdd78bdfef4e9ea0db588c394219a354ca3 /examples/todayplugin | |
parent | 07223c60e1992501f82276210d544fc5cffee666 (diff) | |
download | opie-24533c4db7eb2f0df533b800820cefc794e3a3aa.zip opie-24533c4db7eb2f0df533b800820cefc794e3a3aa.tar.gz opie-24533c4db7eb2f0df533b800820cefc794e3a3aa.tar.bz2 |
Fixed LIBOPIE2 config depends
-rw-r--r-- | examples/todayplugin/config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/todayplugin/config.in b/examples/todayplugin/config.in index 0a6a573..b860cb2 100644 --- a/examples/todayplugin/config.in +++ b/examples/todayplugin/config.in @@ -3,3 +3,3 @@ default "n" - depends ( LIBQPE || LIBQPE-X11 ) && EXAMPLES && LIBOPIEUI2 + depends ( LIBQPE || LIBQPE-X11 ) && EXAMPLES && LIBOPIE2UI |