Skip to content

Instantly share code, notes, and snippets.

@mdekstrand
Created February 4, 2011 22:28
Show Gist options
  • Save mdekstrand/811901 to your computer and use it in GitHub Desktop.
Save mdekstrand/811901 to your computer and use it in GitHub Desktop.
Ubuntu LablGTK META file (should be like Debian)
version="2.14.0"
requires(mt) = "threads"
requires(mt,mt_vm) = "threads.vm"
requires(mt,mt_posix) = "threads.posix"
directory="+lablgtk2"
archive(byte) = "lablgtk.cma"
archive(native) = "lablgtk.cmxa"
archive(byte,mt) += "gtkThread.cmo"
archive(native,mt) += "gtkThread.cmx"
package "init" (
requires = "lablgtk2"
archive(byte) = "gtkInit.cmo"
archive(native) = "gtkInit.cmx"
)
package "glade" (
requires = "lablgtk2"
archive(byte) = "lablglade.cma"
archive(native) = "lablglade.cmxa"
)
package "gtkspell" (
requires = "lablgtk2"
archive(byte) = "lablgtkspell.cma"
archive(native) = "lablgtkspell.cmxa"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment