aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-09-22 09:08:59 -0700
committerKhem Raj <raj.khem@gmail.com>2021-09-24 08:12:35 -0700
commitcda5b341e169a2bccccb72352178e537c230bc3d (patch)
treebe587cef7a305128a6991a794d1978866e5977a0
parent301595bea8fe50203cc06f9e30927faef6a82001 (diff)
downloadmeta-openembedded-contrib-cda5b341e169a2bccccb72352178e537c230bc3d.tar.gz
tigervnc: Inherit pkgconfig
Fixes configure.ac:118: error: possibly undefined macro: AC_DEFINE Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-graphics/tigervnc/tigervnc_1.11.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-graphics/tigervnc/tigervnc_1.11.0.bb b/meta-oe/recipes-graphics/tigervnc/tigervnc_1.11.0.bb
index 057a1772a4..e7673c58da 100644
--- a/meta-oe/recipes-graphics/tigervnc/tigervnc_1.11.0.bb
+++ b/meta-oe/recipes-graphics/tigervnc/tigervnc_1.11.0.bb
@@ -9,10 +9,10 @@ LIC_FILES_CHKSUM = "file://LICENCE.TXT;md5=75b02c2872421380bbd47781d2bd75d3"
S = "${WORKDIR}/git"
-inherit features_check
+inherit autotools cmake features_check pkgconfig
+
REQUIRED_DISTRO_FEATURES = "x11 pam"
-inherit autotools cmake
B = "${S}"
SRCREV = "540bfc3278e396321124d4b18a798ac2bc18b6ca"