[kwin_wayland] define WL_SEAT_NAME_SINCE_VERSION if not defined
Apparently not yet in wayland server library on build.kde.org.
This commit is contained in:
parent
9d780deeb2
commit
b51fb1f8b9
1 changed files with 4 additions and 0 deletions
|
@ -24,6 +24,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
|
#ifndef WL_SEAT_NAME_SINCE_VERSION
|
||||||
|
#define WL_SEAT_NAME_SINCE_VERSION 2
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace KWin
|
namespace KWin
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue