author | mickeyl <mickeyl> | 2005-05-05 22:02:55 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2005-05-05 22:02:55 (UTC) |
commit | fdd31c3dd95a42d2666235ad8c2478b7ceead261 (patch) (side-by-side diff) | |
tree | df6cf67018891193b642f4e1f2d28a4263502a4a /dependencies.in | |
parent | 548bfb68e473add1a19d3dd861fc1785f5e6b5c0 (diff) | |
download | opie-fdd31c3dd95a42d2666235ad8c2478b7ceead261.zip opie-fdd31c3dd95a42d2666235ad8c2478b7ceead261.tar.gz opie-fdd31c3dd95a42d2666235ad8c2478b7ceead261.tar.bz2 |
use dependency system for flite plugins
-rw-r--r-- | dependencies.in | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/dependencies.in b/dependencies.in index 4c758d3..70619de 100644 --- a/dependencies.in +++ b/dependencies.in @@ -24,7 +24,7 @@ config LIBSQLITE_DEP boolean "Have sqlite >= 3.0.7" - default n + default "n" config LIBSQLITE_LIB_DIR string "LIBSQLITE library dir" @@ -102,3 +102,15 @@ string "freetype2 include dir" depends LIBFREETYPE2_DEP + config LIBFLITE_DEP + boolean "Have flite library" + default "n" + + config LIBFLITE_INC_DIR + string "libflite include dir" + depends LIBFLITE_DEP + + config LIBFLITE_LIB_DIR + string "libflite library dir" + depends LIBFLITE_DEP + |