summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.103.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.103.bb b/meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.103.bb
index 286d9aa6a1..fec3c7ce1a 100644
--- a/meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.103.bb
+++ b/meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.103.bb
@@ -10,9 +10,9 @@ SRC_URI = "http://gtkwave.sourceforge.net/${BP}.tar.gz"
10SRC_URI[md5sum] = "5a9a5913f9a02a333b2b23626f153fd7" 10SRC_URI[md5sum] = "5a9a5913f9a02a333b2b23626f153fd7"
11SRC_URI[sha256sum] = "c325abf7cf26c53309a67c0ecaaf196774fa982a717a102c599ac8a516eeeaf7" 11SRC_URI[sha256sum] = "c325abf7cf26c53309a67c0ecaaf196774fa982a717a102c599ac8a516eeeaf7"
12 12
13inherit pkgconfig autotools gettext texinfo 13inherit pkgconfig autotools gettext texinfo mime mime-xdg
14DEPENDS = "tcl tk gperf-native bzip2 xz pango zlib gtk+ gdk-pixbuf glib-2.0" 14DEPENDS += "tcl tk gperf-native bzip2 xz pango zlib gtk+ gdk-pixbuf glib-2.0"
15RDEPENDS_${PN} = "tk-lib" 15RDEPENDS_${PN} += "tk-lib"
16 16
17# depends on gtk+ which has this restriction 17# depends on gtk+ which has this restriction
18inherit features_check 18inherit features_check