diff options
author | ZachIR <zachir@librem.one> | 2022-08-31 17:51:22 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2022-08-31 17:51:22 -0500 |
commit | e45f978faab039be7bfab3865e1e2a5f0794f4d1 (patch) | |
tree | b5d5521c752dd65ca5c5eb2555e9da377b5894de /config.mk | |
parent | 55ee442c3cf8833f93626ab1a9a59c9e3f758778 (diff) |
patched files
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -6,10 +6,10 @@ PREFIX = /usr/local MANDIR = $(PREFIX)/share/man # Compile flags that can be used -#CFLAGS = -pedantic -Wall -Wextra -Werror -Wno-unused-parameter -Wno-sign-compare -Wno-unused-function -Wno-unused-variable -Wno-unused-result -Wdeclaration-after-statement +CFLAGS = -pedantic -Wall -Wextra -Werror -Wno-unused-parameter -Wno-sign-compare -Wno-unused-function -Wno-unused-variable -Wno-unused-result -Wdeclaration-after-statement XWAYLAND = XLIBS = # Uncomment to build XWayland support -#XWAYLAND = -DXWAYLAND -#XLIBS = xcb +XWAYLAND = -DXWAYLAND +XLIBS = xcb |