mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 16:38:43 +02:00
drop -uninstalled.pc files
These were meant to provide the ability to use GLib directly out of its build tree but have a couple of rather serious limitations that prevent their serious use: - these files only worked with programs built using libtool - for non-trivial uses, other environment variables will need to be setup to allow GLib to function properly - the system doesn't stack well when attempting to use multiple libraries all uninstalled The jhbuild --prefix= style system works much better in every way, so we remove this old hack.
This commit is contained in:
@@ -54,14 +54,7 @@ EXTRA_DIST += \
|
||||
gthread-2.0.pc.in \
|
||||
gio-2.0.pc.in \
|
||||
gio-unix-2.0.pc.in \
|
||||
gio-windows-2.0.pc.in \
|
||||
glib-2.0-uninstalled.pc.in \
|
||||
gobject-2.0-uninstalled.pc.in \
|
||||
gmodule-2.0-uninstalled.pc.in \
|
||||
gthread-2.0-uninstalled.pc.in \
|
||||
gmodule-no-export-2.0-uninstalled.pc.in \
|
||||
gio-2.0-uninstalled.pc.in \
|
||||
gio-unix-2.0-uninstalled.pc.in
|
||||
gio-windows-2.0.pc.in
|
||||
|
||||
|
||||
# These may be in the builddir too
|
||||
|
Reference in New Issue
Block a user