diff options
Diffstat (limited to 'meta/recipes-graphics/directfb')
-rw-r--r-- | meta/recipes-graphics/directfb/directfb.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-graphics/directfb/directfb.inc b/meta/recipes-graphics/directfb/directfb.inc index f2518e9396..51dc09bc10 100644 --- a/meta/recipes-graphics/directfb/directfb.inc +++ b/meta/recipes-graphics/directfb/directfb.inc | |||
@@ -19,7 +19,9 @@ S = "${WORKDIR}/DirectFB-${PV}" | |||
19 | 19 | ||
20 | LDFLAGS_append =" -lts -lm" | 20 | LDFLAGS_append =" -lts -lm" |
21 | 21 | ||
22 | inherit autotools binconfig pkgconfig | 22 | BINCONFIG = "${bindir}/directfb-config" |
23 | |||
24 | inherit autotools binconfig-disabled pkgconfig | ||
23 | 25 | ||
24 | PACKAGECONFIG ??= "" | 26 | PACKAGECONFIG ??= "" |
25 | PACKAGECONFIG[jpeg2000] = "--enable-jpeg2000,--disable-jpeg2000,jasper" | 27 | PACKAGECONFIG[jpeg2000] = "--enable-jpeg2000,--disable-jpeg2000,jasper" |