mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
Remove gtk-doc documentations from target
On my target rootfs it is installed documentation for: atk, cairo, gdk, gdk-pixbuf, gio, glib, gobject, gtk, pango It ocupies 34M of space. Configure option --disable-gtk-doc doesn't prevent installation of it. So we should remove them manually if documentation is disabled. [Peter: also remove manual rm's from hal/libxml2/libglade] Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
79db1ff5ac
commit
d701a82321
@@ -12,7 +12,6 @@ LIBGLADE_DEPENDENCIES = host-pkg-config libglib2 libgtk2 atk libxml2
|
||||
$(eval $(call AUTOTARGETS,package,libglade))
|
||||
|
||||
$(LIBGLADE_HOOK_POST_INSTALL):
|
||||
rm -rf $(TARGET_DIR)/usr/share/gtk-doc \
|
||||
$(TARGET_DIR)/usr/share/xml/libglade \
|
||||
rm -rf $(TARGET_DIR)/usr/share/xml/libglade \
|
||||
$(TARGET_DIR)/usr/bin/libglade-convert
|
||||
touch $@
|
||||
|
||||
Reference in New Issue
Block a user