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