flaviotordini / minitube

YouTube app
https://flavio.tordini.org/minitube
GNU General Public License v3.0
361 stars 73 forks source link

Build fails: error: incompatible pointer types assigning to 'Display *' (aka '_XDisplay *') from 'wl_display *' #257

Open yurivict opened 1 month ago

yurivict commented 1 month ago
lib/media/src/mpv/mpvwidget.cpp:63:27: error: incompatible pointer types assigning to 'Display *' (aka '_XDisplay *') from 'wl_display *'
   63 |             display = ni->display();
      |                       ~~~~^~~~~~~~~
1 error generated.

Version: 4.0 clang-18 FreeBSD 14.1

peterhoeg commented 1 month ago

Duplicate of #250