1
0
mirror of https://invent.kde.org/network/krfb synced 2024-07-01 07:24:29 +00:00

Fix cmakedefine parts and increase cmake version

This commit is contained in:
Ömer Fadıl Usta 2021-06-03 07:30:29 +00:00
parent 6f342f45ae
commit 2e82546012
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0)
cmake_minimum_required(VERSION 3.16)
# KDE Application Version, managed by release script
set (RELEASE_SERVICE_VERSION_MAJOR "21")

View File

@ -39,7 +39,7 @@
#include "xdp_dbus_remotedesktop_interface.h"
#include "krfb_fb_pipewire_debug.h"
#if HAVE_DMA_BUF
#ifdef HAVE_DMA_BUF
#include <fcntl.h>
#include <unistd.h>

View File

@ -11,4 +11,4 @@
#cmakedefine HAVE_XSHM 1
/* Define if DMA-BUF support is available */
#cmakedefine HAVE_DMA_BUF 1
#cmakedefine01 HAVE_DMA_BUF