summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.121.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.121.bb b/meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.121.bb
index c0777c3314..3f94933e6a 100644
--- a/meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.121.bb
+++ b/meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.121.bb
@@ -33,12 +33,15 @@ REQUIRED_DISTRO_FEATURES = "wayland x11"
33 33
34EXTRA_OECONF = " \ 34EXTRA_OECONF = " \
35 --enable-gtk3 \ 35 --enable-gtk3 \
36 --with-tcl=${STAGING_BINDIR_CROSS} \
37 --with-tk=${STAGING_BINDIR_CROSS} \
38 --with-tirpc \ 36 --with-tirpc \
39 --disable-mime-update \ 37 --disable-mime-update \
40" 38"
41 39
40PACKAGECONFIG = ""
41
42PACKAGECONFIG[tcl] = "--with-tcl=${STAGING_BINDIR_CROSS},--disable-tcl,tcl"
43PACKAGECONFIG[tk] = "--with-tk=${STAGING_BINDIR_CROSS},--disable-tcl,tk"
44
42FILES:${PN} = "${bindir} ${datadir}" 45FILES:${PN} = "${bindir} ${datadir}"
43 46
44RDEPENDS:${PN} += "tk-lib" 47RDEPENDS:${PN} += "tk-lib"