/[ports]
ViewVC logotype

Revision 482209


Jump to revision: Previous Next
Author: tobik
Date: Tue Oct 16 08:22:02 2018 UTC (5 years, 8 months ago)
Changed paths: 1
Log Message:
multimedia/kodi-devel: Unbreak GBM and WAYLAND

- Disable them on FreeBSD 10 as they are unlikely to work there

- Make sure the necessary evdev headers can be found

xbmc/windowing/wayland/WindowDecorator.cpp:16:10: fatal error: 'linux/input-event-codes.h' file not found
#include <linux/input-event-codes.h>
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~

- Explicitly link with libpthread and librt to get past the configure
  stage with GBM=on

  /usr/local/lib/libepoll-shim.so: undefined reference to `timer_settime'
  /usr/local/lib/libepoll-shim.so: undefined reference to `timer_delete'
  /usr/local/lib/libepoll-shim.so: undefined reference to `pthread_getthreadid_np'
  /usr/local/lib/libepoll-shim.so: undefined reference to `pthread_create'
  /usr/local/lib/libepoll-shim.so: undefined reference to `timer_create'
  /usr/local/lib/libepoll-shim.so: undefined reference to `timer_getoverrun'

PR:		232299


Changed paths

Path Details
Directoryhead/multimedia/kodi-devel/Makefile modified , text changed

  ViewVC Help
Powered by ViewVC 1.1.27