diff --git a/io.lmms.LMMS.json b/io.lmms.LMMS.json index ecb9e9c..01640c6 100644 --- a/io.lmms.LMMS.json +++ b/io.lmms.LMMS.json @@ -16,8 +16,8 @@ "--socket=pulseaudio", /* MIDI */ "--device=all", - /* Allow loading, saving files from the home directory (portals don’t work yet) */ - "--filesystem=home", + /* Allow loading, saving files from anywhere (portals don’t work yet) */ + "--filesystem=host", /* Allow other instances to see lockfiles */ "--env=TMPDIR=/var/tmp", "--env=QT_AUTO_SCREEN_SCALE_FACTOR=1", @@ -189,6 +189,29 @@ } ] }, + { + "name": "fltk", + "config-opts": [ + "--enable-threads", + "--enable-cairo", + "--enable-shared", + "--disable-static" + ], + "sources": [ + { + "type": "archive", + "url": "https://github.com/fltk/fltk/archive/release-1.3.5.tar.gz", + "sha256": "5c534287b0e03b9520ff866704a5649268986b371bdf8f6ac003fa240e761901" + } + ], + "cleanup": [ + "/include", + "/man", + "/share/man", + "/lib/pkgconfig", + "*.la" + ] + }, { "name": "lmms", "buildsystem": "cmake-ninja",