aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorAleric Inglewood2010-10-31 19:06:40 +0100
committerMcCabe Maxsted2010-11-02 16:49:55 -0700
commit166d8afffe8e0f6b9168f06e41100680c827d0af (patch)
tree393f80eeaad27f156e76c6b6da86373b8931fb97
parentInstall qtxmlpatterns4.dll on windows. (diff)
downloadmeta-impy-166d8afffe8e0f6b9168f06e41100680c827d0af.zip
meta-impy-166d8afffe8e0f6b9168f06e41100680c827d0af.tar.gz
meta-impy-166d8afffe8e0f6b9168f06e41100680c827d0af.tar.bz2
meta-impy-166d8afffe8e0f6b9168f06e41100680c827d0af.tar.xz
Add headers from libdbus-1-dev_1.2.1-5+lenny1_i386.deb to dbusglib linux 32 bit package.
The dbusglib package contains headers from both, libdbus-1 as well as libdbus-glib-1, but only the shared object file of the latter. This isn't entirely consistent with how we do this for other packages that we want to use the system provided ones for: then we link against prebuilts, but just don't install them. However, if that is working then it's very likely that this method will work too for a C library, so I guess it's ok like this. This package now contains the shared library from libdbus-glib-1-2_0.76-1_i386.deb (plus symlinks) and the headers from libdbus-glib-1-dev_0.76-1_i386.deb AND libdbus-1-dev_1.2.1-5+lenny1_i386.deb.
-rwxr-xr-xlinden/install.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/install.xml b/linden/install.xml
index 4a6cb23..4a5c827 100755
--- a/linden/install.xml
+++ b/linden/install.xml
@@ -306,9 +306,9 @@
306 <key>linux</key> 306 <key>linux</key>
307 <map> 307 <map>
308 <key>md5sum</key> 308 <key>md5sum</key>
309 <string>bfcff12c0d5cef53aa2e04fa53299b23</string> 309 <string>5bbf7e33dadc7d046dcf44883a9ec3d0</string>
310 <key>url</key> 310 <key>url</key>
311 <uri>http://github.com/downloads/AlericInglewood/imprudence/dbusglib-linux-20101012.tar.bz2</uri> 311 <uri>http://github.com/downloads/AlericInglewood/imprudence/dbusglib-linux-20101031.tar.bz2</uri>
312 </map> 312 </map>
313 <key>linux64</key> 313 <key>linux64</key>
314 <map> 314 <map>