summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/dialog/dialog_1.3-20200327.bb4
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
19inherit autotools-brokensep pkgconfig 19inherit autotools-brokensep pkgconfig
20 20
21PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}"
22
23PACKAGECONFIG[x11] = "--with-x --x-includes=${STAGING_INCDIR} --x-libraries=${STAGING_LIBDIR},--without-x,virtual/libx11"
24
21EXTRA_OECONF = "--with-ncurses \ 25EXTRA_OECONF = "--with-ncurses \
22 --disable-rpath-hack" 26 --disable-rpath-hack"
23 27