-rw-r--r-- | dependencies.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dependencies.in b/dependencies.in index 2db6141..e00f269 100644 --- a/dependencies.in +++ b/dependencies.in @@ -48,12 +48,24 @@ config LIBIPK_DEP boolean "have libipkg v109 or greater" default "n" config LIBIPK_LIB_DIR string "libipkg library dir" depends LIBIPK_DEP config LIBIPK_INC_DIR string "libipkg include dir" depends LIBIPK_DEP + + config LIBSDL_DEP + boolean "have libsdl12 and sdlimage" + default "n" + + config LIBSDL_LIB_DIR + string "LIBSDL library dir" + depends LIBSDL_DEP + + config LIBSDL_INC_DIR + string "LIBSDL include dir" + depends LIBSDL_DEP |