From ee7c7973811d466ca845a13c8b31d77fc1c16dc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 1 Jan 2017 20:32:59 +0100 Subject: [PATCH] qterminal: add qtx11extras to DEPENDS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-lxqt/qterminal/qterminal_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-lxqt/qterminal/qterminal_git.bb b/recipes-lxqt/qterminal/qterminal_git.bb index 14d1652b..b78d01a2 100644 --- a/recipes-lxqt/qterminal/qterminal_git.bb +++ b/recipes-lxqt/qterminal/qterminal_git.bb @@ -6,7 +6,7 @@ inherit lxqt gtk-icon-cache distro_features_check REQUIRED_DISTRO_FEATURES = "x11" -DEPENDS += "qtermwidget" +DEPENDS += "qtermwidget qtx11extras" SRCREV = "eb6ac8037a071779a357cbe943d969a11497f799" PV = "0.7.0"