mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
Remove deprecated GObject bindings
These were marked as deprecated in a57f6b8e2. Time to remove them
Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
6
run.in
6
run.in
@@ -107,10 +107,8 @@ prepend PATH "$b/tools"
|
||||
export PATH
|
||||
|
||||
# Set LD_LIBRARY_PATH and DYLD_LIBRARY_PATH to contain library.
|
||||
prepend LD_LIBRARY_PATH "$b/gobject/.libs"
|
||||
prepend LD_LIBRARY_PATH "$b/java/.libs"
|
||||
prepend LD_LIBRARY_PATH "$b/lib/.libs"
|
||||
prepend DYLD_LIBRARY_PATH "$b/gobject/.libs"
|
||||
prepend DYLD_LIBRARY_PATH "$b/java/.libs"
|
||||
prepend DYLD_LIBRARY_PATH "$b/lib/.libs"
|
||||
export LD_LIBRARY_PATH
|
||||
@@ -208,10 +206,6 @@ else
|
||||
fi
|
||||
export RUSTFLAGS
|
||||
|
||||
# For GObject, Javascript and friends.
|
||||
export GJS="@GJS@"
|
||||
prepend GI_TYPELIB_PATH "$b/gobject"
|
||||
export GI_TYPELIB_PATH
|
||||
# Be friendly to valgrind (https://live.gnome.org/Valgrind)
|
||||
export G_SLICE=always-malloc
|
||||
export G_DEBUG=gc-friendly
|
||||
|
||||
Reference in New Issue
Block a user