Update README

This commit is contained in:
Colin Walters
2015-02-15 11:57:15 -05:00
parent 8e9a171ec4
commit ba67dd39a7
2 changed files with 4 additions and 10 deletions

10
README
View File

@@ -1,10 +0,0 @@
libgsystem is intended to be used as a git external for components
that depend on GLib, but accept a hard dependency on things which are
difficult to do in GLib itself. For example, the local-alloc API
depends on GCC/clang.
It will also be a useful place to evolve new APIs (e.g. logging)
before their eventual inclusion in GLib (if ever).
There's no bugzilla component currently, please mail
patches to: walters@verbum.org

4
README.md Normal file
View File

@@ -0,0 +1,4 @@
libglnx is the successor to libgsystem: https://git.gnome.org/browse/libgsystem
It is for modules which depend on both GLib and Linux, intended to be
used as a git submodule.