From f02e4cfd6e58cf32892e3531d544f938d3a2693c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sat, 5 Sep 2020 23:14:09 +0200 Subject: [PATCH] xfce4-music-dev-image: initial add MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-image/xfce4/xfce4-music-dev-image.bb | 31 ++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 recipes-image/xfce4/xfce4-music-dev-image.bb diff --git a/recipes-image/xfce4/xfce4-music-dev-image.bb b/recipes-image/xfce4/xfce4-music-dev-image.bb new file mode 100644 index 0000000..cd93d11 --- /dev/null +++ b/recipes-image/xfce4/xfce4-music-dev-image.bb @@ -0,0 +1,31 @@ +require xfce4-music-image.bb + +export IMAGE_BASENAME = "xfce4-music-dev-image" + +XFCE_DM = "sddm sddm-morona-autologin" + +IMAGE_INSTALL += " \ + packagegroup-gui-dev \ + \ + exo-csource \ + xfce4-dev-tools \ + libxfce4ui-glade \ + \ + packagegroup-gui-musicians \ + \ + ${@bb.utils.contains('BBFILE_COLLECTIONS', 'office-layer', 'libreoffice', '', d)} \ + ${@bb.utils.contains('BBFILE_COLLECTIONS', 'browser-layer', 'chromium-x11', '', d)} \ + \ + jack-dev \ + lv2-dev \ + libvorbis-dev \ + aubio-dev \ + libmad-dev \ + libsamplerate0-dev \ + rubberband-dev \ + liblo-dev \ + lilv-dev \ + suil-dev \ + serd-dev \ + sord-dev \ +"