summaryrefslogtreecommitdiff
path: root/libdecor
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-03-22 21:28:29 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-03-22 21:28:29 +0100
commit74320796326539d0ea31eded4f78637a6824e2e8 (patch)
tree86c4ddf83701688794dbf0d9df5540c29bccec90 /libdecor
parent61d72c76d25aa2d315e71fc0ef2eda9c871433d4 (diff)
Add support of configure --enable-wayland --disable-gl
Diffstat (limited to 'libdecor')
-rw-r--r--libdecor/build/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdecor/build/Makefile b/libdecor/build/Makefile
index b64ac1561..789283cba 100644
--- a/libdecor/build/Makefile
+++ b/libdecor/build/Makefile
@@ -22,7 +22,7 @@ OBJECTS = fl_libdecor.o libdecor-cairo-blur.o fl_libdecor-plugins.o \
../../src/text-input-protocol.o cursor-settings.o os-compatibility.o
PROTOCOLS = /usr/share/wayland-protocols
-all : demo egl
+all : demo $(GLWLDEMO)
depend:
: echo "libdecor/build: make depend..."