summaryrefslogtreecommitdiff
path: root/libdecor
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-04-21 07:38:51 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-04-21 07:38:51 +0200
commit9367bb5108e35134c9e5b570606bb76a7e4772c0 (patch)
treeba46da049e11bdc16a9650337ba16c68db7a59a8 /libdecor
parent24885b3810c653eade5feb324e6f1619fcbf0bb2 (diff)
Avoid code duplication using os_create_anonymous_file() from libdecor.
Diffstat (limited to 'libdecor')
-rw-r--r--libdecor/build/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libdecor/build/Makefile b/libdecor/build/Makefile
index 789283cba..99f825d96 100644
--- a/libdecor/build/Makefile
+++ b/libdecor/build/Makefile
@@ -16,7 +16,8 @@
include ../../makeinclude
-CFLAGS_DECOR = -I. -I../.. -I../../src -I../src -fPIC -D_GNU_SOURCE -DUSE_SYSTEM_LIBDECOR=0
+CFLAGS_DECOR = -I. -I../.. -I../../src -I../src -fPIC -D_GNU_SOURCE \
+ -DUSE_SYSTEM_LIBDECOR=0 -DHAVE_MEMFD_CREATE -DHAVE_MKOSTEMP -DHAVE_POSIX_FALLOCATE
OBJECTS = fl_libdecor.o libdecor-cairo-blur.o fl_libdecor-plugins.o \
../../src/xdg-decoration-protocol.o ../../src/xdg-shell-protocol.o \
../../src/text-input-protocol.o cursor-settings.o os-compatibility.o