diff options
Diffstat (limited to 'libdecor')
| -rw-r--r-- | libdecor/build/Makefile | 3 |
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 |
