openbsd-ports/devel/lua-lgi/pkg/DESCR
jasper 85510f1176 unconfuse DESCR
prompted by an issue reported by weerd@
2012-09-20 21:10:42 +00:00

8 lines
375 B
Plaintext

LGI is gobject-introspection based dynamic Lua binding to GObject based
libraries. It allows using GObject-based libraries directly from Lua.
You will need to manually load the pthread shared libary setting
"LD_PRELOAD=/usr/lib/libpthread.so" in the environment if you encounter
any errors like the following:
"lua51: error loading module 'lgi.corelgilua51' from file ...."