Skip to content

Commit

Permalink
[TEST] Build FLTK for ZynAddSubFX support
Browse files Browse the repository at this point in the history
  • Loading branch information
PhysSong authored May 5, 2019
1 parent d4ad519 commit 0f50eee
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions io.lmms.LMMS.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,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",
Expand Down

0 comments on commit 0f50eee

Please sign in to comment.