Skip to content
  • Emmanuele Bassi's avatar
    build: Do not call gtk_init() · b8f103bf
    Emmanuele Bassi authored
    It needs to open a display connection, which is obviously going to fail
    miserably on any headless build machine.
    
    Instead, we need to find where we started requiring to initialize GTK
    when calling a get_type() function, and stop doing that.
    
    This commit and commit 15cc85db fully
    revert commit 6838861d.
    b8f103bf