diff options
Diffstat (limited to 'package/imlib2/Config.in')
-rw-r--r-- | package/imlib2/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/imlib2/Config.in b/package/imlib2/Config.in index 16a94d6eb..757f10093 100644 --- a/package/imlib2/Config.in +++ b/package/imlib2/Config.in @@ -1,6 +1,10 @@ +comment "imlib2 needs a toolchain w/ dynamic library" + depends on BR2_PREFER_STATIC_LIB + config BR2_PACKAGE_IMLIB2 bool "imlib2" select BR2_PACKAGE_FREETYPE + depends on !BR2_PREFER_STATIC_LIB # dlopen() help Imlib 2 is the successor to Imlib. This library provides routines to load, save and render images in various formats. |