diff options
| -rw-r--r-- | meta-oe/recipes-extended/dialog/dialog_1.3-20200327.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/dialog/dialog_1.3-20200327.bb b/meta-oe/recipes-extended/dialog/dialog_1.3-20200327.bb index 5ac9b89020..4c3177c05f 100644 --- a/meta-oe/recipes-extended/dialog/dialog_1.3-20200327.bb +++ b/meta-oe/recipes-extended/dialog/dialog_1.3-20200327.bb | |||
| @@ -18,6 +18,10 @@ S = "${WORKDIR}/dialog-${PV}" | |||
| 18 | 18 | ||
| 19 | inherit autotools-brokensep pkgconfig | 19 | inherit autotools-brokensep pkgconfig |
| 20 | 20 | ||
| 21 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" | ||
| 22 | |||
| 23 | PACKAGECONFIG[x11] = "--with-x --x-includes=${STAGING_INCDIR} --x-libraries=${STAGING_LIBDIR},--without-x,virtual/libx11" | ||
| 24 | |||
| 21 | EXTRA_OECONF = "--with-ncurses \ | 25 | EXTRA_OECONF = "--with-ncurses \ |
| 22 | --disable-rpath-hack" | 26 | --disable-rpath-hack" |
| 23 | 27 | ||
