Skip to content

Commit

Permalink
Build FLTK for ZynAddSubFX support (Closes #1)
Browse files Browse the repository at this point in the history
Signed-off-by: Hubert Figuière <hub@figuiere.net>
  • Loading branch information
PhysSong authored and hfiguiere committed Jun 9, 2019
1 parent 750dd92 commit 1e08e6f
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 @@ -187,6 +187,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 1e08e6f

Please sign in to comment.