mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 22:04:19 +08:00
Update fltk recipes
This commit is contained in:
parent
33610038e0
commit
e2928dc117
@ -1,17 +0,0 @@
|
||||
#TODO probably wrong script, see https://github.com/fltk/fltk/blob/master/README.Unix.txt
|
||||
#TODO port to orbital
|
||||
[source]
|
||||
tar = "https://www.fltk.org/pub/fltk/1.3.8/fltk-1.3.8-source.tar.bz2"
|
||||
[build]
|
||||
template = "configure"
|
||||
dependencies = [
|
||||
"mesa-glu",
|
||||
"freeglut",
|
||||
"cairo",
|
||||
"fontconfig",
|
||||
"glew",
|
||||
"libjpeg",
|
||||
"libpng",
|
||||
"pango",
|
||||
"zlib",
|
||||
]
|
||||
21
recipes/wip/libs/other/fltk13/recipe.toml
Normal file
21
recipes/wip/libs/other/fltk13/recipe.toml
Normal file
@ -0,0 +1,21 @@
|
||||
#TODO probably wrong template, see https://github.com/fltk/fltk/blob/master/README.Unix.txt
|
||||
# commented out recipes are optional but recommended, needs to be determined
|
||||
[source]
|
||||
tar = "https://github.com/fltk/fltk/releases/download/release-1.3.11/fltk-1.3.11-source.tar.bz2"
|
||||
[build]
|
||||
template = "configure"
|
||||
dependencies = [
|
||||
"mesa-glu",
|
||||
"libx11",
|
||||
"libxft",
|
||||
"libxcursor",
|
||||
#"freeglut",
|
||||
#"cairo",
|
||||
#"fontconfig",
|
||||
#"glew",
|
||||
#"libalsa",
|
||||
#"libjpeg",
|
||||
#"libpng",
|
||||
#"libxinerama",
|
||||
#"pango",
|
||||
]
|
||||
21
recipes/wip/libs/other/fltk14/recipe.toml
Normal file
21
recipes/wip/libs/other/fltk14/recipe.toml
Normal file
@ -0,0 +1,21 @@
|
||||
#TODO probably wrong template, see https://github.com/fltk/fltk/blob/master/README.Unix.txt
|
||||
# commented out recipes are optional but recommended, needs to be determined
|
||||
[source]
|
||||
tar = "https://github.com/fltk/fltk/releases/download/release-1.4.4/fltk-1.4.4-source.tar.bz2"
|
||||
[build]
|
||||
template = "configure"
|
||||
dependencies = [
|
||||
"mesa-glu",
|
||||
"libx11",
|
||||
"libxft",
|
||||
"libxcursor",
|
||||
#"freeglut",
|
||||
#"cairo",
|
||||
#"fontconfig",
|
||||
#"glew",
|
||||
#"libalsa",
|
||||
#"libjpeg",
|
||||
#"libpng",
|
||||
#"libxinerama",
|
||||
#"pango",
|
||||
]
|
||||
Loading…
Reference in New Issue
Block a user