package/giblib: fix breakage
authorYann E. MORIN <yann.morin.1998@free.fr>
Thu, 15 Mar 2012 22:54:09 +0000 (23:54 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 2 Apr 2012 21:26:29 +0000 (23:26 +0200)
commitd90dd7c5e8491135c50ae872a0c459556d304785
tree95fd0bb60dc5836b5e80b2c5cc1300bed0715e57
parent09a1de0fb86f3af35878b26046df02b4620fe7b6
package/giblib: fix breakage

Fix two things in the giblib package:

1- fix prefix breakage
   - s/STAGING/STAGING_DIR/ (Thomas)
   - prefix is .../usr, not .../usr/lib or .../usr/bin

2- fix the configure.ac/Makefile.am breakage
   - imlib2 sets IMLIB2_(LIBS|CFLAGS), not IMLIB_(LIBS|CFLAGS)
   - autoreconf the package, install missing files
     Note that both configure.ac and configure.in are present in the
     package, so both are fixed, although only configure.ac is used
     (configure.in is the legacy name).

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
CC: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/giblib/giblib-fix-imlib2-detection.patch [new file with mode: 0644]
package/giblib/giblib.mk