diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-09-22 09:08:59 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-09-24 08:12:35 -0700 |
commit | cda5b341e169a2bccccb72352178e537c230bc3d (patch) | |
tree | be587cef7a305128a6991a794d1978866e5977a0 | |
parent | 301595bea8fe50203cc06f9e30927faef6a82001 (diff) | |
download | meta-openembedded-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.bb | 4 |
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" | |||
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | 11 | ||
12 | inherit features_check | 12 | inherit autotools cmake features_check pkgconfig |
13 | |||
13 | REQUIRED_DISTRO_FEATURES = "x11 pam" | 14 | REQUIRED_DISTRO_FEATURES = "x11 pam" |
14 | 15 | ||
15 | inherit autotools cmake | ||
16 | B = "${S}" | 16 | B = "${S}" |
17 | 17 | ||
18 | SRCREV = "540bfc3278e396321124d4b18a798ac2bc18b6ca" | 18 | SRCREV = "540bfc3278e396321124d4b18a798ac2bc18b6ca" |