Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
Index: Makefile
===================================================================
--- Makefile	(revision 384)
+++ Makefile	(revision 385)
@@ -90,6 +90,8 @@
 extra_configure_switches += --bindir=/usr/bin/32
 extra_configure_switches += --sbindir=/usr/sbin/32
 
+extra_configure_switches += --enable-introspection=no
+
 ifeq ($(__ENABLE_STATIC__),yes)
 extra_configure_switches += --enable-static=yes
 else