diff options
| author | Preeti Sachan <preeti.sachan@intel.com> | 2022-04-19 12:28:25 -0400 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-04-19 09:45:38 -0700 |
| commit | 0bb3d4b6a06490edc4226cb89c414b1846cbf3d9 (patch) | |
| tree | 922ab7f3e51acae4e12f73bf27aa12e2c3586cf3 /meta-oe/recipes-extended/gnuplot | |
| parent | f4e628c81e3495fff5590e04683ed77e8b95b8d2 (diff) | |
| download | meta-openembedded-0bb3d4b6a06490edc4226cb89c414b1846cbf3d9.tar.gz | |
gnuplot: inherit pkgconfig
Inherited pkgconfig to fix pngcairo terminal compilation enabled
by default with pkgconfig option PACKAGECONFIG[cairo]
Signed-off-by: Preeti Sachan <preeti.sachan@intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/gnuplot')
| -rw-r--r-- | meta-oe/recipes-extended/gnuplot/gnuplot_5.4.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/gnuplot/gnuplot_5.4.3.bb b/meta-oe/recipes-extended/gnuplot/gnuplot_5.4.3.bb index 7343a08c7d..fe5e5c067d 100644 --- a/meta-oe/recipes-extended/gnuplot/gnuplot_5.4.3.bb +++ b/meta-oe/recipes-extended/gnuplot/gnuplot_5.4.3.bb | |||
| @@ -7,7 +7,7 @@ LICENSE = "gnuplot" | |||
| 7 | LIC_FILES_CHKSUM = "file://Copyright;md5=243a186fc2fd3b992125d60d5b1bab8f" | 7 | LIC_FILES_CHKSUM = "file://Copyright;md5=243a186fc2fd3b992125d60d5b1bab8f" |
| 8 | DEPENDS = "${BPN}-native virtual/libx11 gd readline" | 8 | DEPENDS = "${BPN}-native virtual/libx11 gd readline" |
| 9 | 9 | ||
| 10 | inherit autotools features_check | 10 | inherit autotools features_check pkgconfig |
| 11 | # depends on virtual/libx11 | 11 | # depends on virtual/libx11 |
| 12 | REQUIRED_DISTRO_FEATURES = "x11" | 12 | REQUIRED_DISTRO_FEATURES = "x11" |
| 13 | 13 | ||
