aboutsummaryrefslogtreecommitdiff
path: root/config.def.mk
diff options
context:
space:
mode:
authoriamcheeseman <[email protected]>2026-05-24 17:02:53 -0400
committeriamcheeseman <[email protected]>2026-05-24 17:02:53 -0400
commit1fb9ed0d6f627662f8d001afa761860d63d9f4a2 (patch)
tree3e4b935822ca2c5e6ea8d4f7acbcf22ea6f5a343 /config.def.mk
parentdf9d7199524569f68431147ad0719b999efbd492 (diff)
delete X11 backend
Diffstat (limited to 'config.def.mk')
-rw-r--r--config.def.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/config.def.mk b/config.def.mk
index dae1399..47e829b 100644
--- a/config.def.mk
+++ b/config.def.mk
@@ -16,7 +16,3 @@ endif
ifeq (${PLATFORM},gl)
LDFLAGS+=-lglfw -lGL
endif
-
-ifeq (${PLATFORM},x11)
- LDFLAGS+=-lX11
-endif