We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2966850 commit 711dfc0Copy full SHA for 711dfc0
1 file changed
Makefile
@@ -19,7 +19,7 @@ endif
19
# X11 support
20
X11 := 0
21
ifeq ($(shell go env GOOS),linux)
22
-ifeq ($(shell ldconfig -p | grep X11 || echo ""))
+ifneq ($(shell ldconfig -p | grep X11 || echo ""),)
23
X11 := 1
24
endif
25
0 commit comments