anholt / libepoxy

Epoxy is a library for handling OpenGL function pointer management for you
Other
677 stars 161 forks source link

libepoxy causing ubuntu to fail to start #289

Open ccidpp opened 1 year ago

ccidpp commented 1 year ago

Helllo,

I want install libepoxy without x11, but it cause ubuntu can't boot.

This is my environment : ubuntu22.04 and virtualBox 7.0 I run ubuntu in virtualBox.

libepoxy version : github master

Steps to reproduce :

  1. Create a new virtual machine in virtualBox and install git meson libegl-dev
  2. Compile libepoxy with : meson build -Dtests=false -Dx11=false -Dglx=no -Degl=yes
  3. Install libepoxy with : sudo ninja install
  4. Reboot ubuntu, you will find ubuntu can't boot.

I just want install libepoxy without x11. What should I do ?

thanks