Skip to content
  • Thomas Haller's avatar
    build: fix glib-compile-resources for unsupported --internal flag · 84878ac4
    Thomas Haller authored
    Travis' version of glib-compile-resources does not support the
    --internal flag:
    
        GEN      libnm/fake-typelib/typelibs.c
      Unknown option --internal
      make: *** [libnm/fake-typelib/typelibs.c] Error 1
    
    We don't really need it anyway, because we have a linker version
    script, that controls symbol visibility.
    
    Fixes: 4d1f090a
    84878ac4