summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuuso Alasuutari2007-11-05 13:04:42 +0000
committerJuuso Alasuutari2007-11-05 13:04:42 +0000
commit798c57bb53703ecc3bc32abb04ebade19c8e2fcd (patch)
tree88494dae710b72c184a50e3b156c5d1739d86900
parentbef9c9f27c8a68edd010f16293c07e5fa016ad18 (diff)
pkgconfig: Optionally depend on glib2 to use system GLib. Build takes only 1/10th of the time and executable is half the
size than with included glib.
-rwxr-xr-xdevel/pkgconfig/DEPENDS4
-rw-r--r--devel/pkgconfig/HISTORY3
2 files changed, 7 insertions, 0 deletions
diff --git a/devel/pkgconfig/DEPENDS b/devel/pkgconfig/DEPENDS
new file mode 100755
index 0000000000..ba12e963fc
--- /dev/null
+++ b/devel/pkgconfig/DEPENDS
@@ -0,0 +1,4 @@
+optional_depends glib2 \
+ "--with-installed-glib" \
+ "--without-installed-glib" \
+ "to use system GLib"
diff --git a/devel/pkgconfig/HISTORY b/devel/pkgconfig/HISTORY
index 06c2e123fa..04854f7da8 100644
--- a/devel/pkgconfig/HISTORY
+++ b/devel/pkgconfig/HISTORY
@@ -1,3 +1,6 @@
+2007-11-05 Juuso Alasuutari <iuso@sourcemage.org>
+ * DEPENDS: Added, optionally depend on glib2 for system GLib.
+
2007-08-29 Arwed v. Merkatz <v.merkatz@gmx.net>
* BUILD, INSTALL, profile.d/pkgconfig.sh: removed, the default pc-path
works now and those simply break it