matchbox-desktop: fix link issue against libdl
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 18 Dec 2012 10:38:46 +0000 (10:38 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 18 Dec 2012 21:09:05 +0000 (22:09 +0100)
commit50bdab9025f3bcacf4f29e928ed2cba892dfc039
treec61ad1fd41a3308631290dfe86289fa38b50d934
parentd0a4e72f4a58385e2992d2956d3b8bd14f3c6db9
matchbox-desktop: fix link issue against libdl

matchbox-desktop uses dlopen(), so it needs to link against libdl. The
configure.ac and Makefile.am have the necessary provisions to do so,
but the included configure script does not replace LIBADD_DL in
src/Makefile.am as it should.

Therefore, we force the autoreconf of the package, which solves the
problem.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/matchbox/matchbox-desktop/matchbox-desktop.mk