Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Network
Krfb
Commits
2e825460
Commit
2e825460
authored
Jun 03, 2021
by
Ömer Fadıl Usta
😊
Browse files
Fix cmakedefine parts and increase cmake version
parent
6f342f45
Changes
3
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
2e825460
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"
)
...
...
framebuffers/pipewire/pw_framebuffer.cpp
View file @
2e825460
...
...
@@ -39,7 +39,7 @@
#include "xdp_dbus_remotedesktop_interface.h"
#include "krfb_fb_pipewire_debug.h"
#if HAVE_DMA_BUF
#if
def
HAVE_DMA_BUF
#include <fcntl.h>
#include <unistd.h>
...
...
krfb/config-krfb.h.cmake
View file @
2e825460
...
...
@@ -11,4 +11,4 @@
#cmakedefine HAVE_XSHM 1
/* Define if DMA-BUF support is available */
#cmakedefine HAVE_DMA_BUF
1
#cmakedefine
01
HAVE_DMA_BUF
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment