imlib2: uses dlopen(), not available in static cases
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 29 Apr 2014 19:00:16 +0000 (21:00 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 29 Apr 2014 21:09:00 +0000 (23:09 +0200)
commit056d25098fb73505a8c173e52de3fafa070bab44
tree2b16ba9653443e9d2ef1c5de0f5c14c3fbc5333e
parent80bff82be1211e64bac3a20184d29747687bbda1
imlib2: uses dlopen(), not available in static cases

According to the imlib2 people, if you don't support dlopen(), you
have a "crap box":

image.h:16:4: warning: #warning "your crap box doesn't define RTLD_LOCAL !?"

So, let's disable imlib2 when doing static linking.

Fixes:

  http://autobuild.buildroot.net/results/b5e/b5ee859409cd626b769e8a159026e60ec6f29180/

[Peter: fix imlib2 comment as pointed out by Thomas]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/directfb/Config.in
package/giblib/Config.in
package/imlib2/Config.in