diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | gir/GL-1.0.gir | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2009-01-27 Johan Dahlin <jdahlin@async.com.br> + + * gir/GL-1.0.gir: + Remove shared-library which removes the build + time dependency on mesa. + 2009-01-27 Dan Winship <danw@gnome.org> Misc warning fixes diff --git a/gir/GL-1.0.gir b/gir/GL-1.0.gir index 6ae91b95..e525ecd3 100644 --- a/gir/GL-1.0.gir +++ b/gir/GL-1.0.gir @@ -2,7 +2,7 @@ <repository version="1.0" xmlns="http://www.gtk.org/introspection/core/1.0" xmlns:c="http://www.gtk.org/introspection/c/1.0"> - <namespace name="GL" version="1.0" shared-library="GL"> + <namespace name="GL" version="1.0"> <record name="bitfield" c:type="GLbitfield"/> <record name="charARB" c:type="GLcharARB"/> <record name="enum" c:type="GLenum"/> |