summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/gnuplot
diff options
context:
space:
mode:
authorPreeti Sachan <preeti.sachan@intel.com>2022-04-19 12:28:25 -0400
committerKhem Raj <raj.khem@gmail.com>2022-04-19 09:45:38 -0700
commit0bb3d4b6a06490edc4226cb89c414b1846cbf3d9 (patch)
tree922ab7f3e51acae4e12f73bf27aa12e2c3586cf3 /meta-oe/recipes-extended/gnuplot
parentf4e628c81e3495fff5590e04683ed77e8b95b8d2 (diff)
downloadmeta-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.bb2
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"
7LIC_FILES_CHKSUM = "file://Copyright;md5=243a186fc2fd3b992125d60d5b1bab8f" 7LIC_FILES_CHKSUM = "file://Copyright;md5=243a186fc2fd3b992125d60d5b1bab8f"
8DEPENDS = "${BPN}-native virtual/libx11 gd readline" 8DEPENDS = "${BPN}-native virtual/libx11 gd readline"
9 9
10inherit autotools features_check 10inherit autotools features_check pkgconfig
11# depends on virtual/libx11 11# depends on virtual/libx11
12REQUIRED_DISTRO_FEATURES = "x11" 12REQUIRED_DISTRO_FEATURES = "x11"
13 13