Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Dahlin <jdahlin@async.com.br>2009-01-28 00:54:51 (GMT)
committer Johan Dahlin <johan@src.gnome.org>2009-01-28 00:54:51 (GMT)
commit1765114961ec78f083f31f8871776dae98735f08 (patch)
treed90d5784e5a1cc0eb0df12475d3eaf94b690fbe2
parent071ccc99d384ad2321b6402622f92e185d9e07c1 (diff)
Remove shared-library which removes the build time dependency on mesa.
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. svn path=/trunk/; revision=1072
-rw-r--r--ChangeLog6
-rw-r--r--gir/GL-1.0.gir2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a1f1bbb..f25e140 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 6ae91b9..e525ecd 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"/>