Skip to content

xwayland: fix build with NO_LOCAL_CLIENT_CRED

Simon Ser requested to merge emersion/xserver:xwl-no-local-client-cred into master

Fixes the following compilation error:

../subprojects/xserver/hw/xwayland/xwayland.c:435:5: error: implicit declaration of function ‘LocalAccessScopeUser’ [-Werror=implicit-function-declaration]
  435 |     LocalAccessScopeUser();
      |     ^~~~~~~~~~~~~~~~~~~~

Merge request reports