diff options
| -rw-r--r-- | meta-oe/recipes-graphics/qrencode/qrencode_4.1.1.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/qrencode/qrencode_4.1.1.bb b/meta-oe/recipes-graphics/qrencode/qrencode_4.1.1.bb index 143ab6a0be..81ca765867 100644 --- a/meta-oe/recipes-graphics/qrencode/qrencode_4.1.1.bb +++ b/meta-oe/recipes-graphics/qrencode/qrencode_4.1.1.bb | |||
| @@ -12,4 +12,7 @@ S = "${WORKDIR}/git" | |||
| 12 | 12 | ||
| 13 | inherit autotools pkgconfig | 13 | inherit autotools pkgconfig |
| 14 | 14 | ||
| 15 | EXTRA_OECONF += "--without-tools --without-tests" | 15 | EXTRA_OECONF += "--without-tests" |
| 16 | |||
| 17 | PACKAGECONFIG ??= "" | ||
| 18 | PACKAGECONFIG[tools] = "--with-tools,--without-tools,libpng" | ||
