From 12e4dcf061a6525b1b75ea8f7beeed9fd4a6eadc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 20 May 2018 23:16:05 +0200 Subject: [PATCH] carla: Undo dirty fltk replacement for ntk-native in DEPENDS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ntk-native is building fine these days Signed-off-by: Andreas Müller --- recipes-misc/recipes-multimedia/carla/carla_git.bb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/recipes-misc/recipes-multimedia/carla/carla_git.bb b/recipes-misc/recipes-multimedia/carla/carla_git.bb index a8631957..72cdadd7 100644 --- a/recipes-misc/recipes-multimedia/carla/carla_git.bb +++ b/recipes-misc/recipes-multimedia/carla/carla_git.bb @@ -23,12 +23,8 @@ REQUIRED_DISTRO_FEATURES = "x11" inherit qmake5_base autotools-brokensep pkgconfig qemu-ext distro_features_check mime gtk-icon-cache -# Notes on fltk-native / ntk -# Ntk is a fork of fltk using cairo. Ntk cannot be build native easily without -# X11-cairo. So use fluid (fltk-native) instead of ntk-fluid - DEPENDS += " \ - fltk-native \ + ntk-native \ python3-pyqt5-native \ freetype \ libpng \